Updating env variables to reflect docker changes

This commit is contained in:
Mehdi Benadel 2024-01-30 13:51:40 +01:00
parent 55c3f2a0b9
commit 01700c540a
1 changed files with 3 additions and 3 deletions

View File

@ -937,7 +937,7 @@ DOCKER_APP_RELEASE="latest"
# * 8.2.14
# * latest
#
# Do *NOT* use the full Docker tag (e.g. "8.3.2RC1-fpm-bullseye")
# Do *NOT* use the full Docker tag (e.g. "8.3.2RC1-fpm-bookworm")
# *only* the version part. The rest of the full tag is derived from
# the [DOCKER_APP_RUNTIME] and [PHP_DEBIAN_RELEASE] settings
DOCKER_APP_PHP_VERSION="8.2"
@ -948,7 +948,7 @@ DOCKER_APP_PHP_VERSION="8.2"
DOCKER_APP_BASE_TYPE="apache"
# The Debian release variant to use of the [php] Docker image
DOCKER_APP_DEBIAN_RELEASE="bullseye"
DOCKER_APP_DEBIAN_RELEASE="bookworm"
# Image to pull the Pixelfed Docker images from.
#
@ -968,7 +968,7 @@ DOCKER_APP_RUNTIME="apache"
# Pixelfed version (image tag) to pull from the registry.
#
# See: https://github.com/pixelfed/pixelfed/pkgs/container/pixelfed
DOCKER_APP_TAG="${DOCKER_APP_RELEASE}-${DOCKER_APP_RUNTIME}-${DOCKER_APP_PHP_VERSION}"
DOCKER_APP_TAG="${DOCKER_APP_RUNTIME}-${DOCKER_APP_RELEASE}"
# Path (on host system) where the [app] + [worker] container will write
# its [storage] data (e.g uploads/images/profile pictures etc.).