|
@@ -27,8 +27,8 @@ services:
|
|
|
depends_on:
|
|
|
- accredis
|
|
|
extra_hosts:
|
|
|
- - "docker.hostip:172.18.0.1"
|
|
|
- - "eth.hostip:172.17.153.106"
|
|
|
+ - "docker.hostip:172.18.0.1"
|
|
|
+ - "eth.hostip:172.17.153.106"
|
|
|
|
|
|
accphp:
|
|
|
image: php-zts-debug:7.3.18
|
|
@@ -69,4 +69,7 @@ services:
|
|
|
- $PWD/conf/crontab/root:/var/spool/cron/crontabs/root
|
|
|
- $PWD/conf/crontab/docker-start:/usr/local/bin/docker-start
|
|
|
container_name: "acc-crontab"
|
|
|
- command: [docker-start]
|
|
|
+ command: [docker-start]
|
|
|
+ extra_hosts:
|
|
|
+ - "docker.hostip:172.18.0.1"
|
|
|
+ - "eth.hostip:172.17.153.106"
|