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