Skip to content

Commit

Permalink
Update README.md to clarify data-mounts
Browse files Browse the repository at this point in the history
clarify the intent of the data-mounts that are provided as examples
  • Loading branch information
hotzen authored Dec 14, 2024
1 parent 50f8f7e commit 13433e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 13433e8

Please sign in to comment.