Skip to content

Commit b19a639

Browse files
committed
fix: Fix interpolation in docker compose file, remove unnecessary version attribute
1 parent 8f2f97c commit b19a639

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker-compose.block-producer.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
version: '3.8'
2-
31
services:
42
openmina-node:
53
image: openmina/openmina:${OPENMINA_TAG:-latest}
64
entrypoint: >
7-
sh -c 'openmina node --producer-key /root/.openmina/producer-key ${COINBASE_RECEIVER:+--coinbase-receiver $COINBASE_RECEIVER}'
5+
sh -c "openmina node --producer-key /root/.openmina/producer-key $${COINBASE_RECEIVER:+--coinbase-receiver $$COINBASE_RECEIVER}"
86
ports:
97
- "3000:3000"
108
volumes:

0 commit comments

Comments
 (0)