From b6d7261f910c5c6b06719e5836145ca1e828382b Mon Sep 17 00:00:00 2001 From: Frank Sachsenheim Date: Sat, 2 Jan 2021 16:55:08 +0100 Subject: [PATCH] Dockerfile: Removes volume for config data Configuration data can be provided by either - putting it into a derived image - mounting a volume While an anonymous volume is of no use. --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 61326d9a..cb14a589 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,8 +6,6 @@ FROM python:3-alpine ARG VERSION=v3 # Persistent storage for data VOLUME /var/lib/radicale -# Configuration data (Put the "config" file here!) -VOLUME /etc/radicale # TCP port of Radicale EXPOSE 5232 # Run Radicale