3.3.3-debian-10-r66 release

This commit is contained in:
Bitnami Bot
2021-04-08 06:19:25 +00:00
parent ebdeed8717
commit 0bf528dc88
10 changed files with 61 additions and 48 deletions

View File

@@ -1,7 +1,7 @@
version: '2'
services:
mariadb:
image: 'docker.io/bitnami/mariadb:10.3-debian-10'
image: docker.io/bitnami/mariadb:10.3
environment:
- ALLOW_EMPTY_PASSWORD=yes
- MARIADB_USER=bn_phpbb
@@ -9,7 +9,7 @@ services:
volumes:
- 'mariadb_data:/bitnami/mariadb'
phpbb:
image: 'docker.io/bitnami/phpbb:3-debian-10'
image: docker.io/bitnami/phpbb:3
ports:
- '80:8080'
- '443:8443'