fix launch.sh

This commit is contained in:
churl
2022-01-21 11:43:39 +01:00
parent fa77075c4c
commit 87a7eb44a7

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 --name quizbot registry.gitlab.com/churl/quizbot
docker run -d --env-file /home/christoph/quizbot/.env --mount src=/home/christoph/quizbot/quizes,target=/quiz,type=bind --name quizbot registry.gitlab.com/churl/quizbot