1
0
Fork 0

fix validation issues in the .env.docker file

This commit is contained in:
Christian Winther 2024-02-25 10:53:29 +00:00
parent c1c361ef9b
commit 02369cce66
1 changed files with 3 additions and 4 deletions

View File

@ -202,7 +202,7 @@ APP_TIMEZONE="UTC"
#
# @default "false"
# @see https://docs.pixelfed.org/technical-documentation/config/#account_delete_after
# @dottie/validate required,boolean
# @dottie/validate required,boolean|number
#ACCOUNT_DELETE_AFTER="false"
# @default "Pixelfed - Photo sharing for everyone"
@ -722,14 +722,13 @@ LOG_CHANNEL="stderr"
#
# @default "debug"
# @see https://docs.pixelfed.org/technical-documentation/config/#log_level
# @dottie/validate required,boolean
# @dottie/validate required,oneof=debug info notice warning error critical alert emergency
#LOG_LEVEL="debug"
# Used by stderr.
#
# @default ""
# @see https://docs.pixelfed.org/technical-documentation/config/#log_stderr_formatter
# @dottie/validate required
#LOG_STDERR_FORMATTER=""
# Used by slack.
@ -984,7 +983,7 @@ DOCKER_APP_RUNTIME="apache"
# The Debian release variant to use of the [php] Docker image
#
# Examlpe: [bookworm] or [bullseye]
# @dottie/validate required,oneof=bookwork bullseye
# @dottie/validate required,oneof=bookworm bullseye
DOCKER_APP_DEBIAN_RELEASE="bullseye"
# The [php] Docker image base type