We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5afde5 commit c4c5e83Copy full SHA for c4c5e83
README.md
@@ -29,3 +29,7 @@ Replace XXX.env with the environment definition file of the environment for whic
29
```docker-compose -f docker-compose.deploy.yml --env-file XXX.env up -d -pull always --force-recreate --remove-orphans```
30
31
Replace XXX.env with the environment definition file of the environment for which you are deploying.
32
+
33
+# Other Files
34
35
+* ```example.env```: template of the .env file required by the Docker compose YAML files
0 commit comments