Part 2: Docker: Try to fix "Failed export and unexpected container restart". Added timezone and localtime.

Thanks to akitzing, mfilser and xet7 !

Fixes #4089
This commit is contained in:
Lauri Ojansivu 2021-10-28 16:01:45 +03:00
parent ec33d0b34f
commit e3292dd562
3 changed files with 16 additions and 8 deletions

View file

@ -664,6 +664,7 @@ services:
volumes:
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
- wekan-tmp:/tmp
#---------------------------------------------------------------------------------
# ==== OPTIONAL: SHARE DATABASE TO OFFICE LAN AND REMOTE VPN ====
@ -721,9 +722,6 @@ volumes:
driver: local
wekan-tmp:
driver: local
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
- ./volumes/wekan-tmp:/tmp
networks:
wekan-tier: