From a7461f6e2cdb81694d233c4aefd0e61f3a1c4ebc Mon Sep 17 00:00:00 2001 From: Shirkanesi Date: Wed, 14 Feb 2024 11:28:32 +0100 Subject: [PATCH] ADD information about docker in README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index f0d15f9..640a4b7 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,20 @@ flask --app jon run --debug `--debug` restarts the server when a source file changes. +## Running with docker +When you prefer running the application using docker you can just use +``` +docker compose up +``` + +In case your local username does not line up with your FSMI-username, you need to specify your FSMI-username +using `USER=`, e.g.: +``` +USER=shirkanesi docker compose up +``` + +This can also be persisted by following the instructions in the docker-compose.yml + ## fsmi-db forward ```