Skip to content

Commit

Permalink
fix:fix docker config
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Kai <281165273grape@gmail.com>
  • Loading branch information
GrapeBaBa committed Jun 12, 2024
1 parent a3a6a92 commit ed8e1a6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions docker/.env.default
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ ROLLUP_CLIENT=hildr-node
# The Roll up client RPC port.
ROLLUP_RPC_PORT=11545

# Hildr's external rpc service port
ROLLUP_RPC_PORT=9545

# Sync mode: can be either `full` or `checkpoint`
SYNC_MODE=full

Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ services:
<<: *logging

op-geth:
image: us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:v1.101304.2
image: us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:v1.101315.1
container_name: op-geth
profiles:
- op-geth
Expand Down
2 changes: 1 addition & 1 deletion docker/start-hildr-node-java.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ then
LOG_LEVEL="INFO"
fi

if [ $SYNC_MODE = "full" ]
if [ $SYNC_MODE = "full" ] || [ $SYNC_MODE = "execution-layer" ]
then
exec java --enable-preview \
-cp $HILDR_JAR $HILDR_MAIN_CLASS \
Expand Down

0 comments on commit ed8e1a6

Please sign in to comment.