docker-squid icon indicating copy to clipboard operation
docker-squid copied to clipboard

Added workaround for logging to stdout

Open dsexton opened this issue 6 years ago • 2 comments

See: https://github.com/moby/moby/issues/31243

dsexton avatar Feb 01 '19 15:02 dsexton

This PR works for me. Thank.

saikun avatar Jun 18 '19 06:06 saikun

Introduced this change, but I also had to apply the following.

Dockerfile:

USER proxy

In squid.conf:

# Log to stdout
access_log stdio:/dev/stdout
pid_filename /tmp/squid.pid

https://github.com/fredsig/docker-squid/releases/tag/v3.5.27-2-stdout-2

fredsig avatar Jan 25 '21 23:01 fredsig