From c21bfaa0b58649d59e16c6c494d4be3bf1f2227c Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Sat, 16 Nov 2019 00:31:44 +0100
Subject: [PATCH] Whitelist all volumes.

---
 Dockerfile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Dockerfile b/Dockerfile
index 16a5563d4..d8ae20629 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -56,6 +56,9 @@ RUN apt-get remove --purge -y \
 
 # Mark configuration as mountableg from the host
 VOLUME /etc/biscuit
+VOLUME /srv/media
+VOLUME /srv/static
+VOLUME /var/backups/biscuit
 
 # Define entrypoint and gunicorn running on port 8000
 EXPOSE 8000
-- 
GitLab