cant use port bindings with network_mode:host
This commit is contained in:
parent
dbf6055e73
commit
cee0584062
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@ services:
|
|||
command: --metrics_port 7777
|
||||
restart: unless-stopped
|
||||
network_mode: "host"
|
||||
ports:
|
||||
- 4444:4444/udp
|
||||
#ports:
|
||||
# - 4444:4444/udp
|
||||
|
||||
# node-exporter:
|
||||
# image: prom/node-exporter:latest
|
||||
|
|
Loading…
Reference in a new issue