Update docker-compose.yml
This commit is contained in:
parent
033e1b8721
commit
f2805bca52
|
@ -70,7 +70,7 @@ services:
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "dockerhost:${DOCKER_HOST_IP}"
|
- "dockerhost:${DOCKER_HOST_IP}"
|
||||||
environment:
|
environment:
|
||||||
- PHP_IDE_CONFIG=serverName=laravel
|
- PHP_IDE_CONFIG=${PHP_IDE_CONFIG}
|
||||||
|
|
||||||
### PHP Worker Container #####################################
|
### PHP Worker Container #####################################
|
||||||
php-worker:
|
php-worker:
|
||||||
|
|
Loading…
Reference in New Issue