mirror of
https://github.com/bitnami/containers.git
synced 2026-03-10 06:59:47 +08:00
3.3.0-debian-10-r13 release
This commit is contained in:
@@ -20,8 +20,12 @@ RUN /build/install-tini.sh
|
||||
|
||||
COPY rootfs /
|
||||
ENV ALLOW_EMPTY_PASSWORD="no" \
|
||||
APACHE_HTTPS_PORT_NUMBER="" \
|
||||
APACHE_HTTP_PORT_NUMBER="" \
|
||||
APACHE_SET_HTTPS_PORT="no" \
|
||||
APACHE_SET_HTTP_PORT="no" \
|
||||
BITNAMI_APP_NAME="phpbb" \
|
||||
BITNAMI_IMAGE_VERSION="3.3.0-debian-10-r12" \
|
||||
BITNAMI_IMAGE_VERSION="3.3.0-debian-10-r13" \
|
||||
MARIADB_HOST="mariadb" \
|
||||
MARIADB_PORT_NUMBER="3306" \
|
||||
MARIADB_ROOT_PASSWORD="" \
|
||||
|
||||
6
bitnami/phpbb/3/debian-10/rootfs/apache-inputs.json
Normal file
6
bitnami/phpbb/3/debian-10/rootfs/apache-inputs.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"httpPort": "{{$global.env.APACHE_HTTP_PORT_NUMBER}}",
|
||||
"httpsPort": "{{$global.env.APACHE_HTTPS_PORT_NUMBER}}",
|
||||
"setHttpPort": "{{$global.env.APACHE_SET_HTTP_PORT}}",
|
||||
"setHttpsPort": "{{$global.env.APACHE_SET_HTTPS_PORT}}"
|
||||
}
|
||||
Reference in New Issue
Block a user