Fixed a few errors
parent
eb22f37654
commit
7e202aae3a
|
@ -45,8 +45,6 @@ RUN apk add --no-cache --virtual=build-dependencies \
|
|||
&& chown -R radicale:radicale /data \
|
||||
&& rm -fr /root/.cache
|
||||
|
||||
COPY config /config/config
|
||||
|
||||
HEALTHCHECK --interval=30s --retries=3 CMD curl --fail http://localhost:5232 || exit 1
|
||||
VOLUME /config /data
|
||||
EXPOSE 5232
|
||||
|
|
|
@ -17,4 +17,4 @@ type = internal
|
|||
|
||||
[storage]
|
||||
type = multifilesystem
|
||||
filesystem_folder = /data/collections
|
||||
filesystem_folder = /data
|
Loading…
Reference in New Issue