From b90f7d7295513d2087b5b31b3870223d385452c9 Mon Sep 17 00:00:00 2001 From: kenorb Date: Mon, 20 May 2019 15:25:06 +0100 Subject: [PATCH] Adds squid cache dir as volume --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index a727571..5b45100 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,5 @@ COPY entrypoint.sh /sbin/entrypoint.sh RUN chmod 755 /sbin/entrypoint.sh EXPOSE 3128/tcp +VOLUME $SQUID_CACHE_DIR ENTRYPOINT ["/sbin/entrypoint.sh"]