Skip to content

CREA2PRO/symfony_docker

Repository files navigation

Symfony in docker boilerplate

Get started with a ready to develop Symfony 4.1 project with :

  • PHP 7.2
  • composer
  • MariaDB

Let's go

Once docker and docker-composer are installed, prepare the containers :

docker-compose up

Now just install the vendors and fix many things

docker exec -it symfonydocker_front_1 ./project-install.sh

You'll see Symfony welcome page in your browser in http://localhost

Requirements

Ports 80 and 3306 have to be available.

About

Symfony ready project for docker

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published