Merge pull request #9 from mrckndt/doc-fixes

Point to right file in docs folder
This commit is contained in:
Marco 2021-07-07 15:33:50 +02:00 committed by GitHub
commit 0a3b70a123
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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