Add "host.docker.local" to Linux boxes for xdebug.

This commit is contained in:
Buster "Silver Eagle" Neece 2021-12-06 02:17:11 -06:00
parent 3e6649c4c7
commit 2d9d546133
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ services :
- ./util/local_ssl:/etc/nginx/certs:ro
- ./vendor:/var/azuracast/www/vendor
- .:/var/azuracast/www
extra_hosts:
- "host.docker.internal:host-gateway"
mariadb :
build :