Skip to content

Commit 63c7469

Browse files
Fix localtime
1 parent dd7c476 commit 63c7469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
restart: unless-stopped
77
privileged: true
88
volumes:
9-
- /etc/timezone:/etc/timezone:ro
9+
- /etc/localtime:/etc/localtime:ro
1010
- /var/run/docker.sock:/var/run/docker.sock
1111
- /var/run/dbus:/var/run/dbus
1212
- ${SUPERVISOR_SHARE-/usr/share/hassio}:/data

0 commit comments

Comments
 (0)