mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 02:26:36 +03:00
16 lines
769 B
Plaintext
16 lines
769 B
Plaintext
<bg=blue;fg=white> </>
|
|
<bg=blue;fg=white> Docker Configuration </>
|
|
<bg=blue;fg=white> </>
|
|
|
|
* 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
|