Correct README re: configuring users

by @wolcen
This commit is contained in:
Moritz
2024-07-16 17:31:07 +02:00
parent fcf5bade21
commit bc8996f558
2 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,7 @@ main
export CMD_DB_URL=postgres://$CMD_DB_USER:$CMD_DB_PASSWORD@$CMD_DB_HOST:5432/$CMD_DB_NAME
# 3wc: `source /docker-entrypoint2.sh -e` to load CMD_DB_URL for CLI scripts
# 3wc: `source /docker-entrypoint.sh -e` to load CMD_DB_URL for CLI scripts
if [ ! "${1-}" == "-e" ]; then
# 3wc: upstream ENTRYPOINT
# https://github.com/hedgedoc/container/blob/master/alpine/Dockerfile