some old modifes i forgot to commit

This commit is contained in:
2025-04-27 22:28:12 +02:00
parent 7d46d33d29
commit eec308a0ac
5 changed files with 66 additions and 3 deletions
+5
View File
@@ -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