gaiad: drop hardcoded p2p port (auto-assign to avoid host collision w/ morph 26656)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -51,8 +51,8 @@ services:
|
|||||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||||
user: root
|
user: root
|
||||||
ports:
|
ports:
|
||||||
- 26656:26656
|
- 12554:12554
|
||||||
- 26656:26656/udp
|
- 12554:12554/udp
|
||||||
expose:
|
expose:
|
||||||
- 26657
|
- 26657
|
||||||
- 26660
|
- 26660
|
||||||
@@ -64,7 +64,7 @@ services:
|
|||||||
- IP=${IP}
|
- IP=${IP}
|
||||||
- MIN_GAS=0.005uatom
|
- MIN_GAS=0.005uatom
|
||||||
- MONIKER=d${DOMAIN:-local}
|
- MONIKER=d${DOMAIN:-local}
|
||||||
- P2P_PORT=26656
|
- P2P_PORT=12554
|
||||||
- SEEDS=ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0@seeds.polkachu.com:14956
|
- SEEDS=ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0@seeds.polkachu.com:14956
|
||||||
- STATESYNC_RPC=https://cosmos-rpc.polkachu.com:443
|
- STATESYNC_RPC=https://cosmos-rpc.polkachu.com:443
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user