fix
This commit is contained in:
@@ -13,7 +13,7 @@ services:
|
|||||||
- "35885:35885/udp"
|
- "35885:35885/udp"
|
||||||
volumes:
|
volumes:
|
||||||
- ./okt-chain/mainnet:/root
|
- ./okt-chain/mainnet:/root
|
||||||
- okt-chain-db:/data
|
- okt-chain:/datadir
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
entrypoint: [ "/sbin/tini", "--", "/entrypoint.sh" ]
|
entrypoint: [ "/sbin/tini", "--", "/entrypoint.sh" ]
|
||||||
@@ -48,5 +48,5 @@ services:
|
|||||||
- "traefik.http.routers.okt-chain.middlewares=okt-chain-stripprefix, ipwhitelist"
|
- "traefik.http.routers.okt-chain.middlewares=okt-chain-stripprefix, ipwhitelist"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
okt-chain-db:
|
okt-chain:
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,8 @@ fi
|
|||||||
|
|
||||||
exchaind start \
|
exchaind start \
|
||||||
--chain-id exchain-66 \
|
--chain-id exchain-66 \
|
||||||
--db_dir /data \
|
--home /datadir \
|
||||||
--rest.laddr tcp://0.0.0.0:8545 \
|
--rest.laddr tcp://0.0.0.0:8545 \
|
||||||
|
--p2p.laddr=tcp://0.0.0.0:35885 \
|
||||||
--db_backend rocksdb
|
--db_backend rocksdb
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user