add docker host gateway
This commit is contained in:
@ -5,7 +5,8 @@ services:
|
|||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
ports:
|
ports:
|
||||||
- "7200:7200"
|
- "7200:7200"
|
||||||
network_mode: host
|
extra_hosts:
|
||||||
|
- "host.docker.internal:host-gateway"
|
||||||
volumes:
|
volumes:
|
||||||
- ./configuration.yaml:/go/src/app/configuration.yaml
|
- ./configuration.yaml:/go/src/app/configuration.yaml
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
Reference in New Issue
Block a user