Fixed a few errors

master
Mark 2022-10-13 12:45:34 -07:00
parent eb22f37654
commit 7e202aae3a
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
3 changed files with 3 additions and 5 deletions

View File

@ -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

View File

@ -17,4 +17,4 @@ type = internal
[storage]
type = multifilesystem
filesystem_folder = /data/collections
filesystem_folder = /data

View File

@ -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"