forked from Public/DockerWordpress
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)
INSTRUCTIONS
- Copy (and edit) .env_default to .env
- Run docker-compose
- Access the system in https://hostname:$EX_PORT
- Follow the system instructions to install WP
- Have fun!
If you need to access the phpMyAdmin just point your browser to http://hostname:$MY_PORT
.env VARIABLES
The variables in the .env file are those in that appear in the parent directory README.md and the following additional ones:
MY_PORT: the port to access the phpMyAdmin