From 00796a42f137914d384d53cb17b3fcc9cb1d77ac Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Thu, 29 Jun 2023 15:26:34 +0200 Subject: [PATCH] Update docs/docker.md Co-authored-by: David Larlet <3556+davidbgk@users.noreply.github.com> --- docs/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docker.md b/docs/docker.md index 03c4d89a..62ec45ca 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -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`.