From 7e2b20d08520f9a5e933483d146dd3c26b135f88 Mon Sep 17 00:00:00 2001 From: John Martinez Date: Wed, 20 Sep 2023 12:07:58 -0400 Subject: [PATCH] Update docs/docker.md Co-authored-by: Yohan Boniface --- docs/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docker.md b/docs/docker.md index 36a88ee3..08f47e04 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -45,7 +45,7 @@ Next, create a basic settings file, named `umap.conf` in the same directory. You can use this example below and it will run, but you may want to look at the project sample config, using `wget https://raw.githubusercontent.com/umap-project/umap/master/umap/settings/local.py.sample -O /etc/umap/umap.conf` and modify as needed. -Make sure the settings in the docker-compose don't conflict with the sample config and vice-versa. In particular, remove the DATABASES section from the config file if useing the docker-compose file, or it will override the DATABASE_URL setting and things won't work. +Make sure the settings in the docker-compose don't conflict with the sample config and vice-versa. In particular, remove the DATABASES section from the config file if using the docker-compose file, or it will override the DATABASE_URL setting and things won't work. _Sample umap.conf_ ```python