remove conflict

master
lza_menace 3 years ago
parent 54835ecae6
commit 98565fe4a1

@ -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 \