mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Stop using /etc/timezone in Docker. Only use /etc/localtime.
Thanks to dabiao2008 and xet7 ! Fixes #5123
This commit is contained in:
parent
8f70ae1cd0
commit
7baa95fcab
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
#-------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue