Skip to content

Commit ad7870b

Browse files
author
pmoya-in-the-web
committed
Fix for TZ=Etc/UTC
1 parent 6f5c1de commit ad7870b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.templates/syncthing/service.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
image: linuxserver/syncthing:latest
33
container_name: syncthing
44
hostname: raspberrypi #optional
5-
65
environment:
76
- PUID=1000
87
- PGID=1000
9-
- TZ=Europe/Madrid
8+
- TZ=Etc/UTC
109
volumes:
1110
- ./volumes/syncthing/config:/config
1211

0 commit comments

Comments
 (0)