Update README.md to clarify data-mounts

clarify the intent of the data-mounts that are provided as examples
This commit is contained in:
Kai H. Meder 2024-12-14 21:58:26 +01:00 committed by GitHub
parent 50f8f7ef12
commit 13433e817e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)