From 66f66693226f22971cd2f86df72784f3b455bba4 Mon Sep 17 00:00:00 2001 From: churl Date: Thu, 20 Jan 2022 23:22:40 +0100 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9930655..6eff4bb 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,4 @@ When running a docker container an ".env"-file can be loaded with "--env-file .e When run locally the quiz should be located in the same directory as the script. When run from a docker container the folder containing the quiz should be mountet to "/quiz/" inside the container with "-v folder:/quiz". -docker run -d --env-file .env --mount src=/root/QuizBot/quizes,target=/quiz,type=bind registry.gitlab.com/churl/quizbot:latest +docker run -d --env-file .env --mount src=/root/QuizBot/quizes,target=/quiz,type=bind --name quizbot registry.gitlab.com/churl/quizbot