Expanded docker.md documentation
This commit is contained in:
parent
8d24cc0ceb
commit
1adf6af50c
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- umap_userdata:/srv/umap/uploads
|
- umap_userdata:/srv/umap/uploads
|
||||||
# FIX the path on the left, below, to your location
|
# 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
|
- /home/ubuntu/umap.conf:/etc/umap/umap.conf
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
|
@ -42,3 +43,5 @@ Note that you’ll have to set a [`SECRET_KEY`](https://docs.djangoproject.com/e
|
||||||
```sh
|
```sh
|
||||||
$ python3 -c 'import secrets; print(secrets.token_hex(100))'
|
$ 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.
|
||||||
|
|
Loading…
Reference in a new issue