leolios / cd_app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Symfony Docker Starter

A simple starter to build symfony containers using docker-compose. It is based on this repo Configuration

If you know what you are doing, you can simply adapt configuration in different files.

When you're done, just run :

docker-composer up -d

For convenience, a www folder is included is this repo and can be used to contain your symfony application (unless you changed the configuration accordingly).

Simply create a new symfony application :

cd www symfony new app

Your new site shall be available at localhost:9074

About


Languages

Language:PHP 69.2%Language:Shell 17.4%Language:Dockerfile 13.4%