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 36640f4 commit 6cbe48aCopy full SHA for 6cbe48a
ltc.sh
@@ -15,6 +15,4 @@ sudo apt install docker-ce
15
16
17
docker create volume $DockerVolumeName
18
-docker run -e LITECOIN_LIVENET=1 -d -p 3001:3001 -p 9333:9333 \
19
--v $DockerVolumeName:/root/litecoin-node/livenet \
20
---name litecoin-livenet berrywallet/litecore-node
+docker run --restart always -e LITECOIN_LIVENET=1 -d -p 3001:3001 -p 9333:9333 \ -v $DockerVolumeName:/root/litecoin-node/data --name litecoin-livenet berrywallet/litecore-node
0 commit comments