From 507877096f86b715fdafa8f32ff9250288c88839 Mon Sep 17 00:00:00 2001 From: tema Date: Mon, 14 Nov 2022 18:00:56 +0200 Subject: [PATCH] New configuration --- start.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/start.sh b/start.sh index d6fc97a..f0d9216 100644 --- a/start.sh +++ b/start.sh @@ -1,5 +1,6 @@ docker build -t replace-bot . -docker run --net=host \ +docker run --net=br0 \ --name=replacebot \ -v "$(pwd)":/app $@ \ +--ip=10.0.0.3 --restart=unless-stopped \ replace-bot