vault backup: 2024-02-26 14:20:01

This commit is contained in:
2024-02-26 14:20:01 +08:00
parent fe3cbc8026
commit 7f7bc97b9b

View File

@@ -86,12 +86,13 @@ sudo docker run -d --restart always --stop-timeout 300 \
-e WALLET="0x9Ce80345355Ad8C17991620E13d8423900CEDcd0" \
-e EMAIL="awinhuang@gmail.com" \
-e ADDRESS="storj.awin.one:28967" \
-e STORAGE="1.6TB" \
-e STORAGE="1800GB" \
--memory=800m \
--log-opt max-size=50m \
--log-opt max-file=10 \
--sysctl net.ipv4.tcp_fastopen=3 \
--mount type=bind,source=/home/awin/storj/key,destination=/app/identity \
--mount type=bind,source=/home/awin/storj/data,destination=/app/config \
--mount type=bind,source=/extusb1/storj,destination=/app/config \
--name storagenode storjlabs/storagenode:latest
```