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:
hugo gogo
2022-09-11 10:47:01 +02:00
parent e994b60790
commit 96193494a4
5 changed files with 23 additions and 15 deletions

View File

@@ -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