Skip to content

Commit

Permalink
fix: Make host.docker.internal available on linux (apache#25547)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianliebscher committed Oct 6, 2023
1 parent 377f754 commit 78bd978
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 78bd978

Please sign in to comment.