1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2025-09-01 15:07:30 +00:00

logging to stdout

This commit is contained in:
2017-05-11 09:59:38 +03:00
parent 880ff47f40
commit 711ae72e14
2 changed files with 7 additions and 0 deletions

View File

@@ -110,6 +110,9 @@ RUN set -x && \
cd / && \
rm -rf /tmp/build "$GNUPGHOME"
COPY squid-log.conf /etc/squid/squid-log.conf
RUN echo 'include /etc/squid/squid-log.conf' >> "$SQUID_CONFIG_FILE"
VOLUME ["/var/cache/squid"]
EXPOSE 3128/tcp