Add support for WORDPRESS_TABLE_PREFIX 😬
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
981fe85910
commit
5538ce9c3e
@ -11,6 +11,9 @@ LETS_ENCRYPT_ENV=production
|
|||||||
SECRET_DB_ROOT_PASSWORD_VERSION=v1
|
SECRET_DB_ROOT_PASSWORD_VERSION=v1
|
||||||
SECRET_DB_PASSWORD_VERSION=v1
|
SECRET_DB_PASSWORD_VERSION=v1
|
||||||
|
|
||||||
|
# Mostly for compatibility with existing database dumps...
|
||||||
|
#WORDPRESS_TABLE_PREFIX=wp_
|
||||||
|
|
||||||
# Multisite
|
# Multisite
|
||||||
#WORDPRESS_CONFIG_EXTRA="\
|
#WORDPRESS_CONFIG_EXTRA="\
|
||||||
# define('WP_CACHE', false);\
|
# define('WP_CACHE', false);\
|
||||||
|
@ -16,6 +16,7 @@ services:
|
|||||||
- WORDPRESS_DB_PASSWORD_FILE=/run/secrets/db_password
|
- WORDPRESS_DB_PASSWORD_FILE=/run/secrets/db_password
|
||||||
- WORDPRESS_DB_NAME=wordpress
|
- WORDPRESS_DB_NAME=wordpress
|
||||||
- WORDPRESS_CONFIG_EXTRA=${WORDPRESS_CONFIG_EXTRA}
|
- WORDPRESS_CONFIG_EXTRA=${WORDPRESS_CONFIG_EXTRA}
|
||||||
|
- WORDPRESS_TABLE_PREFIX
|
||||||
- PHP_EXTENSIONS
|
- PHP_EXTENSIONS
|
||||||
secrets:
|
secrets:
|
||||||
- db_password
|
- db_password
|
||||||
|
Loading…
x
Reference in New Issue
Block a user