From acc1e2361a3a6f490914dbe5f197e55bbc8184d2 Mon Sep 17 00:00:00 2001 From: Martin Lablans <6804500+lablans@users.noreply.github.com> Date: Fri, 4 Aug 2023 17:20:46 +0200 Subject: [PATCH] Prevent creation of many anonymous volumes In combination with https://github.com/samply/bridgehead-forward-proxy/pull/10, this will prevent the creation of two anonymous volumes per startup for the bridgehead-forward-proxy. --- minimal/docker-compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/minimal/docker-compose.yml b/minimal/docker-compose.yml index cd4c2e5..e941350 100644 --- a/minimal/docker-compose.yml +++ b/minimal/docker-compose.yml @@ -37,6 +37,9 @@ services: HTTPS_PROXY: ${HTTPS_PROXY_URL} USERNAME: ${HTTPS_PROXY_USERNAME} PASSWORD: ${HTTPS_PROXY_PASSWORD} + tmpfs: + - /var/log/squid + - /var/spool/squid volumes: - /etc/bridgehead/trusted-ca-certs:/docker/custom-certs/:ro