Volume use

This commit is contained in:
tema 2022-11-14 17:56:38 +02:00
parent 7b5af42082
commit fe26afd2fc
Signed by: tema
GPG Key ID: 21FDB6D162488F6F

View File

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