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

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: