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
|
|
@ -3,8 +3,8 @@ version: "3.7"
|
|||
services:
|
||||
radicale:
|
||||
build:
|
||||
context: ./build
|
||||
args:
|
||||
context: ./build
|
||||
args:
|
||||
BUILD_UID: 1000
|
||||
BUILD_GID: 1000
|
||||
TAKE_FILE_OWNERSHIP: "false"
|
||||
|
|
Loading…
Reference in New Issue