Strasbourg_0918_PHP_Co_working_Flex
- Build the containers
docker-compose build
- Start the stack
docker-compose up
- Install dependencies
docker-compose run web php composer.phar install
- Load schema
docker-compose run web php bin/console doctrine:migrations:migrate
That's all. You can access your app at: http://localhost:8100.
The docker-compose will launch a fake SMTP server that you can access at: http://localhost:1080.