fix: Make `host.docker.internal` available on linux (#25547)

This commit is contained in:
Sebastian Liebscher 2023-10-06 19:38:31 +02:00 committed by GitHub
parent 58fcd292a9
commit 178607093f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ services:
restart: unless-stopped
ports:
- "80:80"
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
- ./docker/nginx/nginx.conf:/etc/nginx/nginx.conf:ro
redis: