  * Edit the <fg=green>.env</> file to change the database setting if you require. For instance:

        <fg=green>DATABASE_URL=mysql://$DB_USERNAME:$DB_PASSWORD@mysql:3306/$DB_DATABASE</>

  * If using the Nelmio CORS bundle, you will need to wrap it's environment varible in quotes (""):
        <fg=green>CORS_ALLOW_ORIGIN="^https?://localhost(:[0-9]+)?$"</>

  * Run <fg=green>./dockfony start</> to get started

  * Run <fg=green>./dockfony --help</> to display the list of available commands.

Documentation: https://github.com/dockfony/dockfony/README.md
