fix: crash when env var WEBDAV_BACKEND is not set

This commit is contained in:
Kingsley Yung 2024-11-16 20:08:25 +08:00 committed by Johannes Millan
parent 32aa4fb628
commit 7d5ccbd7ef
2 changed files with 11 additions and 7 deletions

View file

@ -10,8 +10,6 @@ services:
# (used with the WEBDAV_BACKEND environment variable)
webdav:
image: hacdias/webdav:latest
ports:
- 81:80
volumes:
- ./webdav.yaml:/config.yml:ro
- ./data:/data