From 98565fe4a150674a5a33e84d93d095cfe355d624 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Sat, 8 May 2021 00:20:52 -0700 Subject: [PATCH] remove conflict --- bin/wallet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/wallet.sh b/bin/wallet.sh index 273952b..2a59285 100644 --- a/bin/wallet.sh +++ b/bin/wallet.sh @@ -16,7 +16,7 @@ if [ ! -d "$WALLET_PATH" ]; then fi # setup rpc process -docker run --rm -d --name tgbot-wallet \ +docker run -d --name tgbot-wallet \ --restart=always \ -v $WALLET_PATH:/root \ -p 127.0.0.1:9999:9999 \