1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2024-10-22 22:15:05 +00:00

Compare commits

..

No commits in common. "00501dcfd9c9dfde928e52ae7b2fa484c6b7729a" and "52cf31592573ad682daf56b047d3775b4c8bd170" have entirely different histories.

View File

@ -148,4 +148,4 @@ EXPOSE 3128/tcp
USER squid
CMD ["sh", "-c", "rm -f /var/run/squid/squid.pid ; /usr/sbin/squid -f ${SQUID_CONFIG_FILE} --foreground -z && exec /usr/sbin/squid -f ${SQUID_CONFIG_FILE} --foreground -YCd 1"]
CMD ["sh", "-c", "/usr/sbin/squid -f ${SQUID_CONFIG_FILE} --foreground -z && exec /usr/sbin/squid -f ${SQUID_CONFIG_FILE} --foreground -YCd 1"]