vault backup: 2023-06-29 09:39:30

This commit is contained in:
2023-06-29 09:39:30 +08:00
parent df95fb5722
commit b74bc18b01
2 changed files with 11 additions and 15 deletions

View File

@@ -24,7 +24,7 @@ sudo docker run -d --restart unless-stopped --stop-timeout 300 \
-e WALLET="0x9Ce80345355Ad8C17991620E13d8423900CEDcd0" \
-e EMAIL="awinhuang@gmail.com" \
-e ADDRESS="awin.myds.me:28967" \
-e STORAGE="2TB" \
-e STORAGE="4TB" \
--mount type=bind,source="/volume1/homes/awin/Storj/key",destination=/app/identity \
--mount type=bind,source="/volume1/docker/Storj/data",destination=/app/config \
--name storagenode storjlabs/storagenode:latest
@@ -53,7 +53,7 @@ sudo docker run -d --restart unless-stopped --stop-timeout 300 \
-e WALLET="0x9Ce80345355Ad8C17991620E13d8423900CEDcd0" \
-e EMAIL="awinhuang@gmail.com" \
-e ADDRESS="awin.myds.me:28967" \
-e STORAGE="2TB" \
-e STORAGE="4TB" \
--mount type=bind,source="/volume1/homes/awin/Storj/key",destination=/app/identity \
--mount type=bind,source="/volume1/docker/Storj/data",destination=/app/config \
--name storagenode storjlabs/storagenode:latest ;\