mirror of
https://github.com/bitnami/containers.git
synced 2026-03-10 15:09:17 +08:00
4.7.2-r2 release
* This release includes new features:
* WordPress expects an existing database to be configured with.
* The following plugins have been added:
- akismet
- all-in-one-wp-migration
- all-in-one-seo-pack
- google-analytics-for-wordpress
- jetpack
- simple-tags
- wordpress-mu-domain-mapping
This commit is contained in:
@@ -2,10 +2,12 @@ version: '2'
|
||||
services:
|
||||
mariadb:
|
||||
image: 'bitnami/mariadb:latest'
|
||||
environment:
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
volumes:
|
||||
- 'mariadb_data:/bitnami/mariadb'
|
||||
environment:
|
||||
- MARIADB_USER=bn_wordpress
|
||||
- MARIADB_DATABASE=bitnami_wordpress
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
wordpress:
|
||||
image: 'bitnami/wordpress:latest'
|
||||
ports:
|
||||
@@ -17,6 +19,12 @@ services:
|
||||
- 'php_data:/bitnami/php'
|
||||
depends_on:
|
||||
- mariadb
|
||||
environment:
|
||||
- MARIADB_HOST=mariadb
|
||||
- MARIADB_PORT=3306
|
||||
- WORDPRESS_DATABASE_USER=bn_wordpress
|
||||
- WORDPRESS_DATABASE_NAME=bitnami_wordpress
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
volumes:
|
||||
mariadb_data:
|
||||
driver: local
|
||||
|
||||
Reference in New Issue
Block a user