Development setup with Nginx, PHP-FPM, phpMyAdmin, MySQL and Mailhog.
- Web:
8080
- MySQL:
3306
- phpMyAdmin:
8180
- Mailhog:
- SMTP:
1025
- Web UI:
8280
- SMTP:
Place all web content in the ./app/public
folder.
docker compose build
docker compose up [-d]
Use root:dev
to login as administrator in phpMyAdmin.