/symfony-app-example

Example of Symfony App

Primary LanguagePHP

Symfony App Example

This is based on the docker starter template version 2.

(1) Getting started

Run docker-compose and go to http://localhost:9080.

docker-compose up -d # first time
docker-compose up --build -d # if you update docker files
docker-compose start # start exisiting containers