mirror of
https://github.com/bitnami/containers.git
synced 2026-03-21 23:38:32 +08:00
[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:
@@ -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." \
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user