Greatly inspired by https://github.com/dunglas/symfony-docker, but simplified.
You will have a symfony 6.2 with MySQL.
Makefile is based on Kevin Dunglas' one.
- init the project with
make initand visit http://localhost:8092 - see Makefile (try
make help)
You might have some ports already used (event though i tried to use unused ports), modify docker-compose.override.yml at your convenience.
- Your project on http://localhost:8092
- Phpmyadmin on http://localhost:8093
This is disabled by default, but you can activate it by un-commenting the lines in docker/xdebug.ini and restarting the php container.