diff --git a/launch.sh b/launch.sh index 5756625..1f367c1 100755 --- a/launch.sh +++ b/launch.sh @@ -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