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:
parent
26eaa8b633
commit
f3d2bb5626
@ -43,3 +43,4 @@ services:
|
|||||||
MYSQL_USER: $MYSQL_USER
|
MYSQL_USER: $MYSQL_USER
|
||||||
MYSQL_PASSWORD: $MYSQL_PASSWORD
|
MYSQL_PASSWORD: $MYSQL_PASSWORD
|
||||||
MYSQL_ROOT_PASSWORD: $MYSQL_ROOT_PASSWORD
|
MYSQL_ROOT_PASSWORD: $MYSQL_ROOT_PASSWORD
|
||||||
|
PMA_ABSOLUTE_URI: $SITEURL/phpmyadmin/
|
||||||
Loading…
x
Reference in New Issue
Block a user