From 6e003aea1c036607bd69c3f716f6ab205aac5408 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Sat, 25 Feb 2023 14:13:14 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75e908f..acfb5fd 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ - Docker Compose ## 🎓 Usage -- Volume bind mounts are assumed to be located at `/mnt/docker-volumes//` +- Volume bind mounts are assumed to be located at `/mnt/docker-volumes//`. You can adjust the path via the global env variable `DOCKER_VOLUME_STORAGE` to your liking though. The compose examples will fall back to `/mnt/docker-volumes//` if the env variable is not set on your Docker server. - Volume permissions (UID:GUID) must be set correctly by yourself. Usually `1000:1000` - otherwise read the notes! - Docker networks are not pre-defined. Adjust to your preference and network/proxy setup. - Example config files are usually provided but not yet located in the correct volume bind mount paths. Adjust!