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 15:48:48 +03:00
parent 5add2aaea6
commit ec33d0b34f
2 changed files with 10 additions and 0 deletions

View file

@ -719,6 +719,11 @@ volumes:
driver: local
wekan-db-dump:
driver: local
wekan-tmp:
driver: local
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
- ./volumes/wekan-tmp:/tmp
networks:
wekan-tier:

View file

@ -636,6 +636,11 @@ volumes:
driver: local
mongodb-dump:
driver: local
wekan-tmp:
driver: local
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
- ./volumes/wekan-tmp:/tmp
networks:
wekan-tier: