Skip to content

Commit ed8e1a6

Browse files
committed
fix:fix docker config
Signed-off-by: Chen Kai <[email protected]>
1 parent a3a6a92 commit ed8e1a6

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

docker/.env.default

-3
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ ROLLUP_CLIENT=hildr-node
4949
# The Roll up client RPC port.
5050
ROLLUP_RPC_PORT=11545
5151

52-
# Hildr's external rpc service port
53-
ROLLUP_RPC_PORT=9545
54-
5552
# Sync mode: can be either `full` or `checkpoint`
5653
SYNC_MODE=full
5754

docker/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ services:
9797
<<: *logging
9898

9999
op-geth:
100-
image: us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:v1.101304.2
100+
image: us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:v1.101315.1
101101
container_name: op-geth
102102
profiles:
103103
- op-geth

docker/start-hildr-node-java.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ then
1717
LOG_LEVEL="INFO"
1818
fi
1919

20-
if [ $SYNC_MODE = "full" ]
20+
if [ $SYNC_MODE = "full" ] || [ $SYNC_MODE = "execution-layer" ]
2121
then
2222
exec java --enable-preview \
2323
-cp $HILDR_JAR $HILDR_MAIN_CLASS \

0 commit comments

Comments
 (0)