diff --git a/bitnami/phpbb/3/debian-10/Dockerfile b/bitnami/phpbb/3/debian-10/Dockerfile index c85393b9b279..9358c9ebd985 100644 --- a/bitnami/phpbb/3/debian-10/Dockerfile +++ b/bitnami/phpbb/3/debian-10/Dockerfile @@ -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="" \ diff --git a/bitnami/phpbb/3/debian-10/rootfs/apache-inputs.json b/bitnami/phpbb/3/debian-10/rootfs/apache-inputs.json new file mode 100644 index 000000000000..25e01aaf4e76 --- /dev/null +++ b/bitnami/phpbb/3/debian-10/rootfs/apache-inputs.json @@ -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}}" +} \ No newline at end of file diff --git a/bitnami/phpbb/README.md b/bitnami/phpbb/README.md index fc62b473efd4..8cdd215152df 100644 --- a/bitnami/phpbb/README.md +++ b/bitnami/phpbb/README.md @@ -39,7 +39,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t * [`3-ol-7`, `3.3.0-ol-7-r30` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpbb/blob/3.3.0-ol-7-r30/3/ol-7/Dockerfile) -* [`3-debian-10`, `3.3.0-debian-10-r12`, `3`, `3.3.0`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpbb/blob/3.3.0-debian-10-r12/3/debian-10/Dockerfile) +* [`3-debian-10`, `3.3.0-debian-10-r13`, `3`, `3.3.0`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpbb/blob/3.3.0-debian-10-r13/3/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/phpbb GitHub repo](https://github.com/bitnami/bitnami-docker-phpbb).