瀏覽代碼

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

Thanks to dabiao2008 and xet7 !

Fixes #5123
Lauri Ojansivu 1 年之前
父節點
當前提交
7baa95fcab
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docker-compose.yml

+ 1 - 1
docker-compose.yml

@@ -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:
     #-------------------------------------------------------------------------------------