Skip to content

Commit

Permalink
Fix: move var from args to envs
Browse files Browse the repository at this point in the history
  • Loading branch information
3alpha committed Nov 4, 2024
1 parent f9853fa commit a3cc892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ services:
UPSTREAM_VERSION: v1.1.0
STAKER_SCRIPTS_VERSION: v0.1.0
DATA_DIR: /data/reth
ARCHIVE_NODE: false
volumes:
- reth:/data/reth
environment:
EXTRA_OPTS: null
ARCHIVE_NODE: false
restart: unless-stopped
volumes:
reth: {}

0 comments on commit a3cc892

Please sign in to comment.