fixed xdebug

This commit is contained in:
2022-08-17 18:34:00 +02:00
parent 8983375db4
commit 5872e1d879
3 changed files with 49 additions and 18 deletions

View File

@@ -66,6 +66,10 @@ services:
- 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_d9
- redis