mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
fix: crash when env var WEBDAV_BACKEND is not set
This commit is contained in:
parent
32aa4fb628
commit
7d5ccbd7ef
2 changed files with 11 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue