-
-
Notifications
You must be signed in to change notification settings - Fork 251
Home
LRVT edited this page Feb 25, 2023
·
5 revisions
- If you identify a bug or issue in one of the provided Docker Compose examples, please do not hesitate to open a GitHub issue.
- Create a new folder with the name of the Docker project inside the examples directory. May use the skeleton example and clone it.
- Define and adjust your
docker-compose.yml
file with helpful notes. Each service definition must contain animage
andcontainer_name
directive. For volume definitions, please see the skeleton example. Mappings must default to/mnt/docker-volumes/<container-name>
. - Define a
README.md
and reference the official FOSS project. Provide additional notes if necessary. - Also adjust the root
README.md
file of this GitHub repository and append your newly added project + a short description. If your project does not fit into an existing category, just introduce a new one. - Create a pull request on GitHub. Refrain from submitting a PR with too many adjustments. For each newly added example, use one PR.