From 45f0abe76f220628380f6ad441e3e25d86a4e0d4 Mon Sep 17 00:00:00 2001 From: Matthias Bilger Date: Fri, 27 Sep 2019 22:40:36 +0200 Subject: [PATCH] added readme information --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 803ce45..9669080 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,16 @@ docker run -v '/var/docker/infomentor/:/home/appuser' infomentor:latest --userna docker run -v '/var/docker/infomentor/:/home/appuser' infomentor:latest --help ``` +## Webserver Setup (nginx) + +If you use the bindmount path as above: + +``` +location / { + root /var/docker/infomentor/files; +} +``` + ## NB The login process is a bit scary and mostly hacked. It happens often on the first run, that the login is not ready, the second run then should work without errors.