This is my custom config. I'm using this repository for fresh symfony start. Currently I have local dev environment with traefik. This repository automatically connects with my dev environment. If you have traefik locally, you can clone and run this repository easily.
name | contains | port |
---|---|---|
php | php-fpm 8.1.7, composer latest, yarn latest, node.js latest | 9000 |
nginx | nginx latest | 80 |
git clone https://github.com/yahya077/symfony-docker-starter.git
docker-compose up -d && docker exec -it php bash
composer install