Commit bd475faa authored by root's avatar root

update ring cmd config

parent 85a353d5
...@@ -64,6 +64,7 @@ services: ...@@ -64,6 +64,7 @@ services:
ring: ring:
image: ring image: ring
container_name: 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: depends_on:
- net - net
- sentry - sentry
...@@ -85,8 +86,6 @@ services: ...@@ -85,8 +86,6 @@ services:
ports: ports:
- 18545:8545 - 18545:8545
- 5001:5001 - 5001:5001
volumes:
- ./metaring/.metaring:/root/.metaring/
prometheus: prometheus:
image: prom/prometheus:latest 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