[FIX]Bad home directory for radicale

This commit is contained in:
Fabien BOURGEOIS 2017-08-03 08:21:22 +02:00
parent 72e7e548df
commit 366fc816b4
1 changed files with 2 additions and 2 deletions

View File

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