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"
- "CHAINNAME=bepolia"
- "CHAINID=80069"
entrypoint: /init.sh
entrypoint: [ "sh", "/init.sh" ]
networks:
- chains
volumes:

View File

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

View File

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

View File

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