mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-21 04:16:24 +03:00
12 lines
636 B
Plaintext
12 lines
636 B
Plaintext
* Edit the <fg=green>docker/.env</> file to configure your own settings.
|
|
|
|
* Edit the <fg=green>docker/nginx/conf.d/custom.conf</> file to configure your own virtual host.
|
|
|
|
* To manage the Docker environment from the project directory:
|
|
- If you already have a Makefile in your project, copy the content of the <fg=green>docker/Makefile.sample</> file at the top of it.
|
|
- If you do not already have a Makefile, the <fg=green>docker/Makefile.sample</> file will be installed in your project.
|
|
|
|
* Run <fg=green>make</> to display the list of available commands.
|
|
|
|
Documentation: https://github.com/ajardin/docker-symfony/wiki
|