diff --git a/env.example b/env.example index d415c6f..e4e3b13 100644 --- a/env.example +++ b/env.example @@ -13,7 +13,7 @@ RESTART_POLICY=unless-stopped ## https://hub.docker.com/_/postgres ## Please keep in mind this will create a superuser and it's recommended to use a less privileged ## user to connect to the database. -#TODO: add link to user migration guide +## A guide on how to change the database user to a nonsuperuser can be found in docs/creation-of-nonsuperuser.md POSTGRES_IMAGE_TAG=13-alpine POSTGRES_DATA_PATH=./volumes/db/var/lib/postgresql/data