Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.54 KB

README.md

File metadata and controls

16 lines (12 loc) · 1.54 KB

🐳 Symfony 6.1 Boilerplate (Nginx-Traefik-PHP:8.1.7-Node)

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.

Container

name contains port
php php-fpm 8.1.7, composer latest, yarn latest, node.js latest 9000
nginx nginx latest 80

🚀  Quick Setup

git clone https://github.com/yahya077/symfony-docker-starter.git
docker-compose up -d && docker exec -it php bash
composer install