Skip to content

Commit 9851ad6

Browse files
authored
Merge pull request #15 from thelamer/master
#14 adding the TZ parameter instructio…
2 parents a717cf3 + 6ae8300 commit 9851ad6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ docker run -d \
2929
-v <path to config>:/config \
3030
-v <path to data>:/sync \
3131
-v <path to downloads>:/downloads \
32-
-e PGID=<gid> -e PUID=<uid> \
32+
-e PGID=<gid> -e PUID=<uid> \
33+
-e TZ=<timezone> \
3334
-e UMASK_SET=<022> \
3435
-p 8888:8888 \
3536
-p 55555:55555 \
@@ -44,6 +45,7 @@ The parameters are split into two halves, separated by a colon, the left hand si
4445
* `-v /config` - contains the settings
4546
* `-v /sync` - sync folders root
4647
* `-v /downloads` - folder for downloads/cache
48+
* `-e TZ` for timezone information *eg Europe/London, etc*
4749
* `-e PGID` for GroupID - see below for explanation
4850
* `-e PUID` for UserID - see below for explanation
4951
* `-e UMASK_SET` for umask setting of resilio-sync, default if left unset is 022.

0 commit comments

Comments
 (0)