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