We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2f97c commit b19a639Copy full SHA for b19a639
docker-compose.block-producer.yml
@@ -1,10 +1,8 @@
1
-version: '3.8'
2
-
3
services:
4
openmina-node:
5
image: openmina/openmina:${OPENMINA_TAG:-latest}
6
entrypoint: >
7
- sh -c 'openmina node --producer-key /root/.openmina/producer-key ${COINBASE_RECEIVER:+--coinbase-receiver $COINBASE_RECEIVER}'
+ sh -c "openmina node --producer-key /root/.openmina/producer-key $${COINBASE_RECEIVER:+--coinbase-receiver $$COINBASE_RECEIVER}"
8
ports:
9
- "3000:3000"
10
volumes:
0 commit comments