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 \
|
&& chown -R radicale:radicale /data \
|
||||||
&& rm -fr /root/.cache
|
&& rm -fr /root/.cache
|
||||||
|
|
||||||
COPY config /config/config
|
|
||||||
|
|
||||||
HEALTHCHECK --interval=30s --retries=3 CMD curl --fail http://localhost:5232 || exit 1
|
HEALTHCHECK --interval=30s --retries=3 CMD curl --fail http://localhost:5232 || exit 1
|
||||||
VOLUME /config /data
|
VOLUME /config /data
|
||||||
EXPOSE 5232
|
EXPOSE 5232
|
||||||
|
|
|
@ -17,4 +17,4 @@ type = internal
|
||||||
|
|
||||||
[storage]
|
[storage]
|
||||||
type = multifilesystem
|
type = multifilesystem
|
||||||
filesystem_folder = /data/collections
|
filesystem_folder = /data
|
|
@ -3,8 +3,8 @@ version: "3.7"
|
||||||
services:
|
services:
|
||||||
radicale:
|
radicale:
|
||||||
build:
|
build:
|
||||||
context: ./build
|
context: ./build
|
||||||
args:
|
args:
|
||||||
BUILD_UID: 1000
|
BUILD_UID: 1000
|
||||||
BUILD_GID: 1000
|
BUILD_GID: 1000
|
||||||
TAKE_FILE_OWNERSHIP: "false"
|
TAKE_FILE_OWNERSHIP: "false"
|
||||||
|
|
Loading…
Reference in New Issue