Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions testnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ services:
- "localnode"
entrypoint:
- "sh"
- "/tmp/entrypointl2.sh"
- "/tmp/entrypoint.sh"
platform: linux/amd64
# XXX does geth need to be fully synced
depends_on:
Expand All @@ -475,7 +475,7 @@ services:
# change this token value if you expose this service's ports for
# connection from other machines
- ./jwt.hex:/tmp/jwt/jwt.hex:ro
- ./entrypointl2.sh:/tmp/entrypointl2.sh
- ./entrypoint.sh:/tmp/entrypoint.sh
- op-geth_data:/tmp/datadir
- ./rollup.json:/tmp/rollup.json
- tbc_data:/tbcdata
Expand Down