We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37a4f70 + c9c5c2d commit 838663bCopy full SHA for 838663b
Dockerfile
@@ -22,6 +22,12 @@ RUN mkdir -p /app/allowlists && \
22
rm -rf /etc/squid-deb-proxy/mirror-dstdomain.acl.d && \
23
ln -sf /app/allowlists /etc/squid-deb-proxy/mirror-dstdomain.acl.d
24
25
+# Set correct file permissions
26
+RUN touch /var/log/squid-deb-proxy/access.log && \
27
+ touch /var/log/squid-deb-proxy/cache.log && \
28
+ touch /var/log/squid-deb-proxy/store.log && \
29
+ chown -R proxy:proxy /var/log/squid-deb-proxy
30
+
31
EXPOSE 8000/tcp
32
33
ENTRYPOINT ["/app/entrypoint.sh"]
0 commit comments