Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Lewis Brown authored and Lewis Brown committed Jan 3, 2025
1 parent aac40e9 commit 03eca43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion squid/6.12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apk update \
&& mkdir -p ${SQUID_LOG_DIR} ${SQUID_CACHE_DIR} ${SQUID_CONF_DIR} \
&& chmod -R 755 ${SQUID_LOG_DIR} ${SQUID_CACHE_DIR} ${SQUID_CONF_DIR} ${ENTRYPOINT} \
&& chown -R ${SQUID_USER}:${SQUID_USER} ${SQUID_LOG_DIR} ${SQUID_CACHE_DIR} ${SQUID_CONF_DIR} ${ENTRYPOINT} \
# Reference squid-docker.conf in default squid.conf
# Reference squid-alpine.conf in default squid.conf
&& sed -i '1s;^;include /etc/squid/conf.d/*.conf\n;' /etc/squid/squid.conf

# Set non root user
Expand Down
1 change: 1 addition & 0 deletions squid/6.12/squid-alpine.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# This squid.conf allows all traffic and should only be use for testing.
acl all src all
http_port 3128
pid_filename none
Expand Down

0 comments on commit 03eca43

Please sign in to comment.