From 54835ecae64aaa2710cf5409c526299ff7200618 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Sat, 8 May 2021 00:19:49 -0700 Subject: [PATCH] always run that shit --- bin/wallet.sh | 1 + 1 file changed, 1 insertion(+) 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 \