mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
fix: bind node ports to localhost
This commit is contained in:
parent
eac85d36ec
commit
b2b939f7ad
@ -8,9 +8,9 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /home/prad/.core:/root/.sonr
|
- /home/prad/.core:/root/.sonr
|
||||||
ports:
|
ports:
|
||||||
- "26657:26657"
|
- "127.0.0.1:26657:26657"
|
||||||
- "1317:1317"
|
- "127.0.0.1:1317:1317"
|
||||||
- "9090:9090"
|
- "127.0.0.1:9090:9090"
|
||||||
environment:
|
environment:
|
||||||
- CHAIN_ID=local-1
|
- CHAIN_ID=local-1
|
||||||
- MONIKER=localvalidator
|
- MONIKER=localvalidator
|
||||||
|
Loading…
x
Reference in New Issue
Block a user