diff --git a/start.sh b/start.sh index dabf310..d6fc97a 100644 --- a/start.sh +++ b/start.sh @@ -1,6 +1,5 @@ docker build -t replace-bot . -docker run --net=br0 \ +docker run --net=host \ --name=replacebot \ ---mount type=bind,source="$(pwd)",target=/app $@ \ ---ip=10.0.0.3 --restart=unless-stopped \ +-v "$(pwd)":/app $@ \ replace-bot