The example docker-compose.yml in /example/README.md already includes phpMyAdmin. But then a separate docker-compose.yml example to enable phpMyAdmin is listed, which is the same except MYSQL_ROOT_PASSWORD is added, which is not documented in main README under "Service Environment Variables" for phpmyadmin and not included in the actual example docker-compose.yml.
The example
docker-compose.yml
in/example/README.md
already includes phpMyAdmin. But then a separatedocker-compose.yml
example to enable phpMyAdmin is listed, which is the same exceptMYSQL_ROOT_PASSWORD
is added, which is not documented in main README under "Service Environment Variables" forphpmyadmin
and not included in the actual exampledocker-compose.yml
.