mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
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:
parent
5add2aaea6
commit
ec33d0b34f
2 changed files with 10 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue