3.2.5-debian-9-r77 release
This commit is contained in:
parent
64f4202052
commit
d7952a8fec
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/minideb-extras:stretch-r318
|
||||
FROM bitnami/minideb-extras:stretch-r319
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
|
|
@ -14,7 +14,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \
|
|||
APACHE_HTTPS_PORT_NUMBER="443" \
|
||||
APACHE_HTTP_PORT_NUMBER="80" \
|
||||
BITNAMI_APP_NAME="phpbb" \
|
||||
BITNAMI_IMAGE_VERSION="3.2.5-debian-9-r76" \
|
||||
BITNAMI_IMAGE_VERSION="3.2.5-debian-9-r77" \
|
||||
MARIADB_HOST="mariadb" \
|
||||
MARIADB_PORT_NUMBER="3306" \
|
||||
MARIADB_ROOT_PASSWORD="" \
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
* [`3-ol-7`, `3.2.5-ol-7-r83` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpbb/blob/3.2.5-ol-7-r83/3/ol-7/Dockerfile)
|
||||
* [`3-debian-9`, `3.2.5-debian-9-r76`, `3`, `3.2.5`, `3.2.5-r76`, `latest` (3/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpbb/blob/3.2.5-debian-9-r76/3/debian-9/Dockerfile)
|
||||
* [`3-debian-9`, `3.2.5-debian-9-r77`, `3`, `3.2.5`, `3.2.5-r77`, `latest` (3/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpbb/blob/3.2.5-debian-9-r77/3/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/phpbb GitHub repo](https://github.com/bitnami/bitnami-docker-phpbb).
|
||||
|
||||
|
|
|
|||
|
|
@ -9,9 +9,7 @@ services:
|
|||
volumes:
|
||||
- 'mariadb_data:/bitnami'
|
||||
phpbb:
|
||||
image: 'bitnami/phpbb:latest'
|
||||
labels:
|
||||
kompose.service.type: nodeport
|
||||
image: 'bitnami/phpbb:3'
|
||||
environment:
|
||||
- MARIADB_HOST=mariadb
|
||||
- MARIADB_PORT_NUMBER=3306
|
||||
|
|
@ -30,4 +28,3 @@ volumes:
|
|||
driver: local
|
||||
phpbb_data:
|
||||
driver: local
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue