fix ports

This commit is contained in:
Sebastian
2023-01-07 12:05:11 +01:00
parent bafbacf33e
commit 4741d6cb39

View File

@@ -11,9 +11,6 @@ services:
expose: expose:
- 8547 - 8547
- 8548 - 8548
ports:
- '0.0.0.0:8547:8547'
- '0.0.0.0:8548:8548'
command: command:
- --init.url=empty - --init.url=empty
- --node.caching.archive - --node.caching.archive
@@ -48,9 +45,6 @@ services:
expose: expose:
- 8547 - 8547
- 8548 - 8548
ports:
- '0.0.0.0:8547:8547'
- '0.0.0.0:8548:8548'
command: command:
- --init.empty - --init.empty
- --l1.url=${ARBITRUM_L1_URL} - --l1.url=${ARBITRUM_L1_URL}