From ff4cfa9c0aca261b536a90688286e1dd41fbc622 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Tue, 21 Feb 2023 02:32:39 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index df04e29..f2cd939 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,13 @@ # Compose-Examples -Various Docker Compose examples of selfhosted projects. +Various Docker Compose examples of selfhosted FOSS projects. - Volume bind mounts are assumed to be located at `/mnt/docker-volumes//` -- Docker networks are not hardcoded and may have to be created or defined manually -- Example config files are provided but not yet located in the correct volume bind mount path. Adjust! -- Default credentials should be adjusted to your needs +- Permissions must be set correctly by yourself +- Docker networks are not pre-defined. Adjust to your preferences. +- Example config files are usually provided but not yet located in the correct volume bind mount paths. +- Default credentials should be adjusted to your needs. Read the comments! Otherwise, it should be a matter of: ````