Update docs/docker.md

Co-authored-by: David Larlet <3556+davidbgk@users.noreply.github.com>
This commit is contained in:
Yohan Boniface 2023-06-29 15:26:34 +02:00 committed by GitHub
parent 2084401b6c
commit 00796a42f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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