feat: change source

This commit is contained in:
牟勇
2019-12-05 11:23:51 +08:00
parent b6204e5933
commit 5a0c905457
4 changed files with 5 additions and 22 deletions

View File

@ -216,7 +216,6 @@ services:
- "9000"
extra_hosts:
- "dockerhost:${DOCKER_HOST_IP}"
dns: 114.114.114.114
environment:
- PHP_IDE_CONFIG=${PHP_IDE_CONFIG}
- DOCKER_HOST=tcp://docker-in-docker:2375
@ -228,7 +227,6 @@ services:
links:
- docker-in-docker
### PHP Worker ############################################
php-worker:
build:
@ -379,7 +377,6 @@ services:
context: ./mysql
args:
- MYSQL_VERSION=${MYSQL_VERSION}
command: "--innodb_use_native_aio=0"
environment:
- MYSQL_DATABASE=${MYSQL_DATABASE}
- MYSQL_USER=${MYSQL_USER}