prom port off by default

This commit is contained in:
Alex Grintsvayg 2020-01-27 13:55:44 -05:00
parent ce6018f387
commit 400d79d6ab
No known key found for this signature in database
GPG key ID: AEB3F089F86A22B5

View file

@ -26,7 +26,7 @@ services:
ports: ports:
- "50001:50001" # rpc port - "50001:50001" # rpc port
- "50005:50005" # websocket port - "50005:50005" # websocket port
- "2112:2112" # prometheus #- "2112:2112" # uncomment to enable prometheus
volumes: volumes:
- "wallet_server:/database" - "wallet_server:/database"
environment: environment: