added readme information
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2019-09-27 22:40:36 +02:00
parent bb7571f518
commit 45f0abe76f

View File

@@ -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 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 ## 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. 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.