Update 'basic/README.md'

This commit is contained in:
Jose Miguel López Coronado 2020-08-05 06:21:23 +00:00
parent e61f7c3e9b
commit c7a7b00d9c

View File

@ -9,9 +9,15 @@ INSTRUCTIONS
.env VARIABLES .env VARIABLES
The variables in the .env file are: The variables in the .env file are:
CONTAINER_NAME: represents the sufix of the containers created CONTAINER_NAME: represents the sufix of the containers created
MYSQL_ROOT_PASSWORD: the root password for the MySQL database MYSQL_ROOT_PASSWORD: the root password for the MySQL database
MYSQL_USER: the user to own the wordpress database MYSQL_USER: the user to own the wordpress database
MYSQL_PASSWORD: the password for the MYSQL_USER MYSQL_PASSWORD: the password for the MYSQL_USER
MYSQL_WP_DATABASE: the wordpress database name MYSQL_WP_DATABASE: the wordpress database name
EX_PORT: the port to access the wordpress EX_PORT: the port to access the wordpress