From 1adf6af50c404ef5b83962e5bd253758d39dca06 Mon Sep 17 00:00:00 2001 From: CampaniaGuy Date: Tue, 7 May 2024 09:33:41 +0200 Subject: [PATCH] Expanded docker.md documentation --- docs/deploy/docker.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/deploy/docker.md b/docs/deploy/docker.md index 51df4595..27cd7510 100644 --- a/docs/deploy/docker.md +++ b/docs/deploy/docker.md @@ -27,6 +27,7 @@ services: volumes: - umap_userdata:/srv/umap/uploads # FIX the path on the left, below, to your location + # OPTIONAL, you can comment the line below out - /home/ubuntu/umap.conf:/etc/umap/umap.conf restart: always depends_on: @@ -42,3 +43,5 @@ Note that you’ll have to set a [`SECRET_KEY`](https://docs.djangoproject.com/e ```sh $ python3 -c 'import secrets; print(secrets.token_hex(100))' ``` + +User accounts can be managed via the Django admin page ({SITE_URL}/admin). The required superuser must be created on the container command line with this command: umap createsuperuser.