mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-03 01:41:44 +00:00
fix: bind node ports to localhost
This commit is contained in:
committed by
Prad Nukala (aider)
parent
eac85d36ec
commit
b2b939f7ad
+3
-3
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user