Point to right file in docs folder

This commit is contained in:
Marco 2021-07-06 15:09:08 +02:00
parent 88bff1cb07
commit f68ae7e009

View File

@ -13,7 +13,7 @@ RESTART_POLICY=unless-stopped
## https://hub.docker.com/_/postgres ## https://hub.docker.com/_/postgres
## Please keep in mind this will create a superuser and it's recommended to use a less privileged ## Please keep in mind this will create a superuser and it's recommended to use a less privileged
## user to connect to the database. ## 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_IMAGE_TAG=13-alpine
POSTGRES_DATA_PATH=./volumes/db/var/lib/postgresql/data POSTGRES_DATA_PATH=./volumes/db/var/lib/postgresql/data