forked from LBRYCommunity/lbry-sdk
add prometheus port to docker-compose.yml
This commit is contained in:
parent
d9f809864f
commit
c5421699b1
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ services:
|
|||
ports:
|
||||
- "50001:50001" # rpc port
|
||||
- "50005:50005" # websocket port
|
||||
- "2112:2112" # prometheus
|
||||
volumes:
|
||||
- "wallet_server:/database"
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue