mirror of
https://github.com/bitnami/containers.git
synced 2026-03-13 06:48:08 +08:00
3.2.1-r2 release
phpBB expects an existing database to be configured with.
This commit is contained in:
@@ -4,12 +4,20 @@ services:
|
||||
image: 'bitnami/mariadb:latest'
|
||||
environment:
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
- MARIADB_USER=bn_phpbb
|
||||
- MARIADB_DATABASE=bitnami_phpbb
|
||||
volumes:
|
||||
- 'mariadb_data:/bitnami'
|
||||
phpbb:
|
||||
image: 'bitnami/phpbb:3'
|
||||
labels:
|
||||
kompose.service.type: nodeport
|
||||
environment:
|
||||
- MARIADB_HOST=mariadb
|
||||
- MARIADB_PORT_NUMBER=3306
|
||||
- PHPBB_DATABASE_USER=bn_phpbb
|
||||
- PHPBB_DATABASE_NAME=bitnami_phpbb
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
ports:
|
||||
- '80:80'
|
||||
- '443:443'
|
||||
|
||||
Reference in New Issue
Block a user