[bitnami/dokuwiki] Release 20220731.1.0-debian-11-r21 (#13930)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-11-16 22:14:57 +01:00
committed by GitHub
parent 8c79a949c5
commit 7ff4ebfed8
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="20220731.1.0-debian-11-r20" \
org.opencontainers.image.ref.name="20220731.1.0-debian-11-r21" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/dokuwiki" \
org.opencontainers.image.title="dokuwiki" \
org.opencontainers.image.vendor="VMware, Inc." \

View File

@@ -40,7 +40,7 @@ php_conf_set memory_limit "$PHP_DEFAULT_MEMORY_LIMIT"
# Fix DOKU_INC, since we split application from state, DokuWiki's plugins and templates need to know where they live
info "Fix DOKU_INC variable"
auto_prepend_file="$DOKUWIKI_BASE_DIR/conf/auto_prepend.php"
printf '<?php\ndefine("DOKU_INC", "%s/");\n' "$DOKUWIKI_BASE_DIR" >>$auto_prepend_file
printf '<?php\ndefine("DOKU_INC", "%s/");\n' "$DOKUWIKI_BASE_DIR" >>"$auto_prepend_file"
php_conf_set auto_prepend_file "$auto_prepend_file"
# Enable default web server configuration for DokuWiki