Skip to content

Commit

Permalink
fix: only persist chaindata folder
Browse files Browse the repository at this point in the history
This will cause some problems when migrating from tmn
closes #11
  • Loading branch information
etienne-napoleone committed Apr 25, 2019
1 parent 41907c0 commit 248a01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_tomochain_masternode/templates/compose.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
NETSTATS_PORT: 443
WS_SECRET: {{ ws_secret }}
volumes:
- $DATA:/tomochain
- $DATA:/tomochain/data/tomo/chaindata
ports:
- 30303:30303/tcp
- 30303:30303/udp
Expand Down

0 comments on commit 248a01b

Please sign in to comment.