Commit bd475faa authored by root's avatar root

update ring cmd config

parent 85a353d5
......@@ -64,6 +64,7 @@ services:
ring:
image: ring
container_name: ring
entrypoint: MetaRing start --enabletest true --mempool.sentryurl sentry:38003 --mempool.nebulaurl nebula:38004 --mempool.p2purl net:38010 --mempool.cryptourl cryptor:38001 --mempool.checkerurl txchecker:38002
depends_on:
- net
- sentry
......@@ -85,8 +86,6 @@ services:
ports:
- 18545:8545
- 5001:5001
volumes:
- ./metaring/.metaring:/root/.metaring/
prometheus:
image: prom/prometheus:latest
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment