From 74fd3f4a667b8e76819e4b502206983b8976affe Mon Sep 17 00:00:00 2001 From: John Martinez Date: Tue, 19 Sep 2023 14:43:51 -0400 Subject: [PATCH] Update docs/docker.md Typo 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 5683b18a..45d2207e 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -41,7 +41,7 @@ volumes: ``` -next, create a basic settings file, named `umap.conf`` in the same directory. +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.