You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you identify a bug or issue in one of the provided Docker Compose examples, please do not hesitate to open a GitHub issue.
How to submit examples
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 an image and container_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.