-
-
Notifications
You must be signed in to change notification settings - Fork 251
Home
LRVT edited this page Feb 23, 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.
- If you cannot find a wanted FOSS project in the current list, please open a GitHub issue by mentioning your request
- If you have a working compose file for a now yet presented FOSS project, please free free to share!
If you want to share your working docker-compose.yml
file to the project, please adhere to the following principle:
- All compose files are named
docker-compose.yml
. - All volume definitions shall remain to bind mounts.
- All volume bind mount paths should default to
/mnt/docker-volumes/<container-name>/
to stay persitent. - All examples should contain a
README.md
with a reference to the official FOSS project (e.g. GitHub page or homepage). - Provide helpful steps, tricks, notes in the required
README.md
of a FOSS project example.
- Create a new folder with the name of the FOSS project inside the examples dir
- Define your
docker-compose.yml
file with helpful notes. Adhere to the above principles! - Define a
README.md
and reference the official FOSS project. Provide additional notes if necessary. - May also adjust the root
README.md
file and append your newly added project + a description. - Create a pull request on GitHub.