mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02: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
|
driver: local
|
||||||
wekan-db-dump:
|
wekan-db-dump:
|
||||||
driver: local
|
driver: local
|
||||||
|
wekan-tmp:
|
||||||
|
driver: local
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
- /etc/timezone:/etc/timezone:ro
|
||||||
|
- ./volumes/wekan-tmp:/tmp
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
wekan-tier:
|
wekan-tier:
|
||||||
|
|
|
@ -636,6 +636,11 @@ volumes:
|
||||||
driver: local
|
driver: local
|
||||||
mongodb-dump:
|
mongodb-dump:
|
||||||
driver: local
|
driver: local
|
||||||
|
wekan-tmp:
|
||||||
|
driver: local
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
- /etc/timezone:/etc/timezone:ro
|
||||||
|
- ./volumes/wekan-tmp:/tmp
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
wekan-tier:
|
wekan-tier:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue