some old modifes i forgot to commit
This commit is contained in:
@@ -49,10 +49,15 @@ services:
|
||||
- "${LOG_ROOT}:/var/log:rw"
|
||||
- "${PROJECT_ROOT}:/var/www/html"
|
||||
- "${LEGACY_ROOT}:/var/www/drupal6"
|
||||
- "${XDEBUG_INI}:/usr/local/etc/php/conf.d/xdebug.ini"
|
||||
networks:
|
||||
- database
|
||||
- redis
|
||||
- server
|
||||
# for xdebug
|
||||
# https://github.com/docker/for-linux/issues/264#issuecomment-965465879
|
||||
extra_hosts:
|
||||
- host.docker.internal:host-gateway
|
||||
depends_on:
|
||||
- mysql
|
||||
- redis
|
||||
|
||||
Reference in New Issue
Block a user