pull and launch

This commit is contained in:
churl
2022-01-21 11:27:03 +01:00
parent a4a4259e04
commit 7cad1b40ee

View File

@ -2,4 +2,4 @@
docker pull registry.gitlab.com/churl/quizbot
docker container rm -f quizbot
docker run -d --env-file .env --mount src=/home/christoph/QuizBot/quizes,target=/quiz,type=bind registry.gitlab.com/churl/quizbot
docker run -d --env-file .env --mount src=/home/christoph/QuizBot/quizes,target=/quiz,type=bind --name quizbot registry.gitlab.com/churl/quizbot