Added support to user variables in php.ini

This commit is contained in:
2020-08-05 10:38:09 +02:00
parent a24dc80bc8
commit 9e987bb928
5 changed files with 27 additions and 29 deletions
+1 -13
View File
@@ -8,16 +8,4 @@ INSTRUCTIONS
.env VARIABLES
The variables in the .env file are:
CONTAINER_NAME: represents the sufix of the containers created
MYSQL_ROOT_PASSWORD: the root password for the MySQL database
MYSQL_USER: the user to own the wordpress database
MYSQL_PASSWORD: the password for the MYSQL_USER
MYSQL_WP_DATABASE: the wordpress database name
EX_PORT: the port to access the wordpress
The variables in the .env file are the common ones shown in the parent directory README.md
+1 -1
View File
@@ -28,4 +28,4 @@ services:
- WORDPRESS_DB_NAME=$MYSQL_WP_DATABASE
volumes:
- ./wordpress:/var/www/html
- ./php/user.ini:/usr/local/etc/php/conf.d/user.ini