Stop using /etc/timezone in Docker. Only use /etc/localtime.

Thanks to dabiao2008 and xet7 !

Fixes #5123
This commit is contained in:
Lauri Ojansivu 2023-09-10 04:16:07 +03:00
parent 8f70ae1cd0
commit 7baa95fcab

View file

@ -105,9 +105,9 @@ services:
- 27017
volumes:
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
- wekan-db:/data/db
- wekan-db-dump:/dump
#- /etc/timezone:/etc/timezone:ro # Do not use https://github.com/wekan/wekan/issues/5123
wekan:
#-------------------------------------------------------------------------------------