remove conflict

This commit is contained in:
lza_menace 2021-05-08 00:20:52 -07:00
parent 54835ecae6
commit 98565fe4a1
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ if [ ! -d "$WALLET_PATH" ]; then
fi fi
# setup rpc process # setup rpc process
docker run --rm -d --name tgbot-wallet \ docker run -d --name tgbot-wallet \
--restart=always \ --restart=always \
-v $WALLET_PATH:/root \ -v $WALLET_PATH:/root \
-p 127.0.0.1:9999:9999 \ -p 127.0.0.1:9999:9999 \