[FIX]Bad home directory for radicale
This commit is contained in:
parent
72e7e548df
commit
366fc816b4
@ -17,10 +17,10 @@ USER radicale
|
||||
# Install Radicale
|
||||
RUN pip3 install --user --upgrade radicale==${VERSION}
|
||||
COPY config .config/radicale/config/
|
||||
RUN mkdir /home/radicale/storage
|
||||
RUN mkdir /opt/radicale/storage
|
||||
|
||||
# Persistent storage for data and configuration
|
||||
VOLUME /home/radicale/storage
|
||||
VOLUME /opt/radicale/storage
|
||||
|
||||
# TCP port of Radicale
|
||||
EXPOSE 5232
|
||||
|
Loading…
Reference in New Issue
Block a user