Fix usage of radicale image instead of none

I just noticed that the `none` image was used in place where `radicale` should be used. Fixed in this commit.
master
Tim Möhlmann 6 years ago committed by GitHub
parent d357ed67f5
commit 19bd90f581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -105,7 +105,7 @@ services:
{% if webdav_enabled %}
webdav:
image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX:-}none:${MAILU_VERSION:-{{ version }}}
image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX:-}radicale:${MAILU_VERSION:-{{ version }}}
env_file: {{ env }}
volumes:
- "{{ root }}/dav:/data"

Loading…
Cancel
Save