From f68ae7e009b9de924c70fb6e5693ae655dd2516a Mon Sep 17 00:00:00 2001 From: Marco Date: Tue, 6 Jul 2021 15:09:08 +0200 Subject: [PATCH] Point to right file in docs folder --- env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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