Skip to content

Commit

Permalink
Support latest master docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
dincho committed Aug 26, 2019
1 parent 99bc24c commit 265ec9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
environment:
AETERNITY_CONFIG: /home/aeternity/aeternity.yaml
command: >
-aecore expected_mine_rate ${AETERNITY_MINE_RATE:-15000}
bin/aeternity console -noinput -aecore expected_mine_rate ${AETERNITY_MINE_RATE:-15000}
volumes:
- ${PWD}/node/config/node1_mean15.yaml:/home/aeternity/aeternity.yaml
- ${PWD}/node/keys/node1:/home/aeternity/node/keys
Expand All @@ -19,7 +19,7 @@ services:
environment:
AETERNITY_CONFIG: /home/aeternity/aeternity.yaml
command: >
-aecore expected_mine_rate ${AETERNITY_MINE_RATE:-15000}
bin/aeternity console -noinput -aecore expected_mine_rate ${AETERNITY_MINE_RATE:-15000}
volumes:
- ${PWD}/node/config/node2_mean15.yaml:/home/aeternity/aeternity.yaml
- ${PWD}/node/keys/node2:/home/aeternity/node/keys
Expand All @@ -31,7 +31,7 @@ services:
environment:
AETERNITY_CONFIG: /home/aeternity/aeternity.yaml
command: >
-aecore expected_mine_rate ${AETERNITY_MINE_RATE:-15000}
bin/aeternity console -noinput -aecore expected_mine_rate ${AETERNITY_MINE_RATE:-15000}
volumes:
- ${PWD}/node/config/node3_mean15.yaml:/home/aeternity/aeternity.yaml
- ${PWD}/node/keys/node3:/home/aeternity/node/keys
Expand Down

0 comments on commit 265ec9c

Please sign in to comment.