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.