expose 4444 to make the dht node public, otherwise it wont get announcements
This commit is contained in:
parent
672abe4819
commit
b66d5c0e12
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@ services:
|
|||
command: --metrics_port 7777
|
||||
container_name: dht_node_exporter
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 4444:4444
|
||||
|
||||
# node-exporter:
|
||||
# image: prom/node-exporter:latest
|
||||
|
|
Loading…
Reference in a new issue