diff --git a/bin/wallet.sh b/bin/wallet.sh index f45e43f..273952b 100644 --- a/bin/wallet.sh +++ b/bin/wallet.sh @@ -17,6 +17,7 @@ fi # setup rpc process docker run --rm -d --name tgbot-wallet \ + --restart=always \ -v $WALLET_PATH:/root \ -p 127.0.0.1:9999:9999 \ lalanza808/wownero:latest \