Skip to content

Commit 61ee724

Browse files
committed
fix: remove local binary bind-mount from docker-compose.yml
The volume mount for ./target/release/validator-node was a dev override that fails when the binary doesn't exist locally. The Docker image already contains the binary.
1 parent f100636 commit 61ee724

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ services:
2525

2626
volumes:
2727
- validator-data:/data
28-
- ./target/release/validator-node:/usr/local/bin/validator-node:ro
2928

3029
environment:
3130
- RUST_LOG=${RUST_LOG:-info,validator_node=debug}

0 commit comments

Comments
 (0)