 Hendrik
		
	
	
		335503de66
		
	
	
	
	Update README with Symfony set up hint
			Hendrik
		
	
	
		335503de66
		
	
	
	
	Update README with Symfony set up hint
		
			
			Added a clarification note to README.md to inform users how to set up a Symfony Flex application using the `docker compose up --pull always -d --wait` Docker command. This additional information provides clearer guidance for users looking to set up the application.
Symfony Docker
A Docker-based installer and runtime for the Symfony web framework, with FrankenPHP and Caddy inside!
Getting Started
- If not already done, install Docker Compose (v2.10+)
- Run docker compose build --no-cacheto build fresh images
- Run docker compose up --pull always -d --waitto start the project
- Open https://localhostin your favorite web browser and accept the auto-generated TLS certificate
- Run docker compose down --remove-orphansto stop the Docker containers.
NOTE:
docker compose up --pull always -d --waitwill set up a Symfony Flex application.
Features
- Production, development and CI ready
- Just 1 service by default
- Blazing-fast performance thanks to the worker mode of FrankenPHP (automatically enabled in prod mode)
- Installation of extra Docker Compose services with Symfony Flex
- Automatic HTTPS (in dev and prod)
- HTTP/3 and Early Hints support
- Real-time messaging thanks to a built-in Mercure hub
- Vulcain support
- Native XDebug integration
- Super-readable configuration
Enjoy!
Docs
- Options available
- Using Symfony Docker with an existing project
- Support for extra services
- Deploying in production
- Debugging with Xdebug
- TLS Certificates
- Using MySQL instead of PostgreSQL
- Using Alpine Linux instead of Debian
- Using a Makefile
- Updating the template
- Troubleshooting
License
Symfony Docker is available under the MIT License.
Credits
Created by Kévin Dunglas, co-maintained by Maxime Helias and sponsored by Les-Tilleuls.coop.
					Languages
				
				
								
								
									PHP
								
								72.1%
							
						
							
								
								
									Dockerfile
								
								9.5%
							
						
							
								
								
									Shell
								
								7.9%
							
						
							
								
								
									Twig
								
								6.6%
							
						
							
								
								
									CSS
								
								3.8%