gatus. network_mode: host.
This commit is contained in:
parent
357c5a8abe
commit
da7302d6d3
|
@ -4,6 +4,7 @@ services:
|
||||||
image: twinproduction/gatus:latest
|
image: twinproduction/gatus:latest
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:8080:8080"
|
- "127.0.0.1:8080:8080"
|
||||||
|
network_mode: "host"
|
||||||
volumes:
|
volumes:
|
||||||
- ./config.yaml:/config/config.yaml:ro
|
- ./config.yaml:/config/config.yaml:ro
|
||||||
- ./data:/data/
|
- ./data:/data/
|
||||||
|
|
Loading…
Reference in a new issue