Skip to content

blazarecki/docker-compose-symfony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Docker compose - Symfony

This repository contains Docker compose configuration for Symfony2 project.

All configuration are under docker directory.

It use five containers :

In order to use it, download this code and place it at the root of your symfony2 project and run docker-compose up -d.

Some useful commands :

  • docker-compose up -d Start all containers
  • docker-compose stop Stop all containers
  • docker-compose run <name> <something> To execute something in a specific container like docker-compose run tools composer install

Feel free to contribute

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published