This commit is contained in:
squidbear
2025-03-29 06:08:33 +01:00
parent 117ecfd7c1
commit d7755a1519
4 changed files with 4 additions and 4 deletions

View File

@@ -61,7 +61,7 @@ services:
- "P2P_PORT=15347" - "P2P_PORT=15347"
- "CHAINNAME=bepolia" - "CHAINNAME=bepolia"
- "CHAINID=80069" - "CHAINID=80069"
entrypoint: /init.sh entrypoint: [ "sh", "/init.sh" ]
networks: networks:
- chains - chains
volumes: volumes:

View File

@@ -61,7 +61,7 @@ services:
- "P2P_PORT=15274" - "P2P_PORT=15274"
- "CHAINNAME=bepolia" - "CHAINNAME=bepolia"
- "CHAINID=80069" - "CHAINID=80069"
entrypoint: /init.sh entrypoint: [ "sh", "/init.sh" ]
networks: networks:
- chains - chains
volumes: volumes:

View File

@@ -61,7 +61,7 @@ services:
- "P2P_PORT=15881" - "P2P_PORT=15881"
- "CHAINNAME=mainnet" - "CHAINNAME=mainnet"
- "CHAINID=80094" - "CHAINID=80094"
entrypoint: /init.sh entrypoint: [ "sh", "/init.sh" ]
networks: networks:
- chains - chains
volumes: volumes:

View File

@@ -61,7 +61,7 @@ services:
- "P2P_PORT=15900" - "P2P_PORT=15900"
- "CHAINNAME=mainnet" - "CHAINNAME=mainnet"
- "CHAINID=80094" - "CHAINID=80094"
entrypoint: /init.sh entrypoint: [ "sh", "/init.sh" ]
networks: networks:
- chains - chains
volumes: volumes: