wp fail certainly because docker build have no access to docker network

This commit is contained in:
hugo gogo
2022-09-10 09:56:01 +02:00
parent 1b48f4b6d3
commit e994b60790
7 changed files with 61 additions and 14 deletions

View File

@@ -6,3 +6,16 @@
DB_NAME=db_wp_inception
DB_USER=user_wp_inception
DB_PSWD="if you read this i will have to erase your memory"
## TMP MARIADB SETUP
DB_NAME_TMP=db_wp_inception_tmp
DB_USER_TMP=user_wp_inception_tmp
DB_PSWD_TMP="if you read this i will have to erase your memory _tmp"
## WORDPRESS SETUP
WP_DIR=/var/www/html
WP_URL=hulamy.42.fr
WP_TITLE="le blog !"
WP_ADMIN=hulamy
WP_ADMIN_PSWD="you shall not password !"
WP_ADMIN_EMAIL=hulamy@42.fr