From ede7167cf2e3d15891a618e5b400dff23a999b97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Miguel=20L=C3=B3pez=20Coronado?= Date: Wed, 5 Aug 2020 06:21:47 +0000 Subject: [PATCH] Update 'myadmin/README.md' --- myadmin/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/myadmin/README.md b/myadmin/README.md index 85a340a..88070db 100644 --- a/myadmin/README.md +++ b/myadmin/README.md @@ -11,10 +11,17 @@ If you need to access the phpMyAdmin just point your browser to http://hostname: .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 + MY_PORT: the port to access the phpMyAdmin