mirror of
https://github.com/wekan/wekan.git
synced 2026-03-10 15:42:34 +01: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
|
- 27017
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /etc/timezone:/etc/timezone:ro
|
|
||||||
- wekan-db:/data/db
|
- wekan-db:/data/db
|
||||||
- wekan-db-dump:/dump
|
- wekan-db-dump:/dump
|
||||||
|
#- /etc/timezone:/etc/timezone:ro # Do not use https://github.com/wekan/wekan/issues/5123
|
||||||
|
|
||||||
wekan:
|
wekan:
|
||||||
#-------------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue