not much more, one hour per day is really really not enough that's frustrating... still trying to configure wp with mariadb
This commit is contained in:
@@ -47,15 +47,14 @@ services:
|
||||
build:
|
||||
context: ./requirements/wordpress
|
||||
args:
|
||||
- WP_DIR=${WP_DIR}
|
||||
- WP_URL=${WP_URL}
|
||||
- WP_TITLE=${WP_TITLE}
|
||||
- WP_ADMIN=${WP_ADMIN}
|
||||
- WP_ADMIN_PSWD=${WP_ADMIN_PSWD}
|
||||
- WP_ADMIN_EMAIL=${WP_ADMIN_EMAIL}
|
||||
- DB_NAME=${DB_NAME_TMP}
|
||||
- DB_USER=${DB_USER_TMP}
|
||||
- DB_PSWD=${DB_PSWD_TMP}
|
||||
- DB_NAME=${DB_NAME}
|
||||
- DB_USER=${DB_USER}
|
||||
- DB_PSWD=${DB_PSWD}
|
||||
image: wordpress
|
||||
container_name: mywordpress
|
||||
|
||||
|
||||
Reference in New Issue
Block a user