Update docs/docker.md
Co-authored-by: David Larlet <3556+davidbgk@users.noreply.github.com>
This commit is contained in:
parent
2084401b6c
commit
00796a42f1
1 changed files with 1 additions and 1 deletions
|
@ -41,4 +41,4 @@ With docker-compose, run `docker-compose run app /venv/bin/umap createsuperuser`
|
|||
|
||||
Some basic settings are available through env vars (see https://github.com/umap-project/umap/blob/master/umap/settings/base.py),
|
||||
but if you need more custom ones (like custom OAuth configuration), the easiest
|
||||
way is to push a settings file to `/etc/umap/umap.conf`.
|
||||
way is to push a [settings file](settings.md) to `/etc/umap/umap.conf`.
|
||||
|
|
Loading…
Reference in a new issue