Skip to content

A little Symfony example application utilizing Docker and fig

Notifications You must be signed in to change notification settings

seiffert/symfony-docker-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Dockerized Symfony Project

A symfony project utilizing Docker based on PHP-FPM and nginx.

Running

You can run the Docker environment using fig:

$ fig up

You can run one-shot command inside the symfony service container:

$ fig run --rm composer install
$ fig run --rm php app/console cache:clear

About

A little Symfony example application utilizing Docker and fig

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published