Skip to content

Commit

Permalink
Merge pull request #32 from planetarium/fix/volume-mount
Browse files Browse the repository at this point in the history
Fix direct file mount before created
  • Loading branch information
eseiker authored Jan 12, 2024
2 parents 25e5db8 + b8cfa1c commit 2f10025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/docker-compose-blockscout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
- op-geth
volumes:
- ./data/blockscout/logs/:/app/logs/
- ./data/genesis/genesis.json:/genesis.json:ro
- ./data/genesis:/genesis:ro
ports:
- 4000:4000
environment:
CHAIN_ID: ${L2_CHAIN_ID}
CHAIN_SPEC_PATH: /genesis.json
CHAIN_SPEC_PATH: /genesis/genesis.json
NETWORK:
SUBNETWORK: L2 CHAIN ${L2_CHAIN_ID}
# LOGO: /images/blockscout_logo.svg
Expand Down

0 comments on commit 2f10025

Please sign in to comment.