Skip to content

Commit

Permalink
Merge pull request #293 from Deyjandi/docker-map-host-gateway
Browse files Browse the repository at this point in the history
Docker container: access linux host
  • Loading branch information
sschlein authored Jul 16, 2022
2 parents da82980 + 79855fc commit c204d35
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 @@ -2,6 +2,8 @@ version: "3.7"
services:
expose:
image: beyondcodegmbh/expose-server:latest
extra_hosts:
- "host.docker.internal:host-gateway"
ports:
- 8080:${PORT}
environment:
Expand Down

0 comments on commit c204d35

Please sign in to comment.