refactor: remove unused port mappings

This commit is contained in:
Prad Nukala 2024-08-29 14:36:17 -04:00
parent 998cfdd321
commit 092e20efe8

View File

@ -13,8 +13,6 @@ services:
- "26657:26657" - "26657:26657"
- "1317:1317" - "1317:1317"
- "9090:9090" - "9090:9090"
- "9091:9091"
- "8080:8080"
environment: environment:
- CHAIN_ID=local-1 - CHAIN_ID=local-1
- MONIKER=localvalidator - MONIKER=localvalidator