expose 4444 to make the dht node public, otherwise it wont get announcements

This commit is contained in:
Victor Shyba 2022-01-29 19:07:10 -03:00
parent 672abe4819
commit b66d5c0e12

View file

@ -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