From 635a1a2f45d4e21b712673cdaf8c3e7681b7a9a4 Mon Sep 17 00:00:00 2001 From: Ryan Parrish Date: Tue, 7 Apr 2015 18:34:24 -0400 Subject: [PATCH] Expose plugins directory Expose the plugins directory so we can easily add additional plugins --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 49fed7a..5bda43d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,6 +28,9 @@ ENV DB_NAME ttrss ENV DB_USER ttrss ENV DB_PASS ttrss +# expose plugins directory +VOLUME ["/var/www/plugins"] + # always re-configure database with current ENV when RUNning container, then monitor all services ADD configure-db.php /configure-db.php ADD supervisord.conf /etc/supervisor/conf.d/supervisord.conf