1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2025-08-11 05:07:31 +00:00

Merge branch 'master' into armhf

# Conflicts:
#	Dockerfile
#	README.md
This commit is contained in:
2020-08-11 11:22:35 +03:00
8 changed files with 143 additions and 28 deletions

4
ssl-bump/Dockerfile Normal file

@@ -0,0 +1,4 @@
FROM b4tman/squid:armhf
USER root
CMD ["sh", "-c", "(test -d /var/cache/squid/ssl_db || /usr/lib/squid/security_file_certgen -c -s /var/cache/squid/ssl_db -M 4MB) && /usr/sbin/squid -f ${SQUID_CONFIG_FILE} --foreground -z && exec /usr/sbin/squid -f ${SQUID_CONFIG_FILE} --foreground -YCd 1"]