Docker: Fix "Failed export and unexpected container restart"

- Fixes #4089

Also this was broken too:

docker-compose exec wekandb apt-get update

because /tmp didn't exist, it was introduced by this commit:
1322c1fbbd
This commit is contained in:
Martin Filser 2021-11-09 14:33:41 +01:00
parent 343dcb4995
commit 206828b440
5 changed files with 4 additions and 22 deletions

View file

@ -664,7 +664,6 @@ services:
volumes:
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
- wekan-tmp:/tmp
#---------------------------------------------------------------------------------
# ==== OPTIONAL: SHARE DATABASE TO OFFICE LAN AND REMOTE VPN ====
@ -720,8 +719,6 @@ volumes:
driver: local
wekan-db-dump:
driver: local
wekan-tmp:
driver: local
networks:
wekan-tier: