mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +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:
|
||||
- /home/prad/.core:/root/.sonr
|
||||
ports:
|
||||
- "26657:26657"
|
||||
- "1317:1317"
|
||||
- "9090:9090"
|
||||
- "127.0.0.1:26657:26657"
|
||||
- "127.0.0.1:1317:1317"
|
||||
- "127.0.0.1:9090:9090"
|
||||
environment:
|
||||
- CHAIN_ID=local-1
|
||||
- MONIKER=localvalidator
|
||||
|
||||
Reference in New Issue
Block a user