Added PMA_ABSOLUTE_URI to phpmyadmin container

Adding PMA_ABSOLUTE_URI to the phpmyadmin docker section will allow to access the phpmyadmin through the directory phpmyadmini of the main WP site URL. This way one domain is used instead of two (one for WP and the other for phpmyadmin)
This commit is contained in:
Jose Miguel López Coronado 2021-05-12 10:19:26 +00:00
parent 26eaa8b633
commit f3d2bb5626

View File

@ -43,3 +43,4 @@ services:
MYSQL_USER: $MYSQL_USER
MYSQL_PASSWORD: $MYSQL_PASSWORD
MYSQL_ROOT_PASSWORD: $MYSQL_ROOT_PASSWORD
PMA_ABSOLUTE_URI: $SITEURL/phpmyadmin/