From 13433e817e40533cb86286aafeade338a506e9f1 Mon Sep 17 00:00:00 2001 From: "Kai H. Meder" Date: Sat, 14 Dec 2024 21:58:26 +0100 Subject: [PATCH] Update README.md to clarify data-mounts clarify the intent of the data-mounts that are provided as examples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d28701d..d159224 100644 --- a/README.md +++ b/README.md @@ -128,8 +128,8 @@ Containers are configured using parameters passed at runtime (such as those abov | `-e PGID=1000` | for GroupID - see below for explanation | | `-e TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). | | `-v /config` | Configuration files. | -| `-v /data1` | Data1 | -| `-v /data2` | Data2 | +| `-v /data1` | Example mount that mounts data into an arbitrary container-path. Use this path when configuring folders in the SyncThing UI | +| `-v /data2` | Another example mount using an arbitrary container-path. Use this path when configuring folders in the SyncThing UI | ## Environment variables from files (Docker secrets)