mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
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.
This commit is contained in:
parent
11fd29a2d1
commit
c4745680e0
1 changed files with 0 additions and 2 deletions
|
@ -6,8 +6,6 @@ FROM python:3-alpine
|
|||
ARG VERSION=master
|
||||
# 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue