Closed sameersbn closed 5 years ago
➤ kevkha commented:
Is your custom squid.conf from here https://github.com/sameersbn/docker-squid/blob/master/squid.conf?
➤ Sameer Naik commented:
The default user created for squid is proxy. update your squid.conf and update the cache_effective_user to proxy.
It is generally a good idea to base your squid configuration on the sample squid.conf file present in the repo.
➤ Sameer Naik commented:
Is your custom squid.conf from here https://github.com/sameersbn/docker-squid/blob/master/squid.conf?
yes. https://github.com/sameersbn/docker-squid/blob/master/Dockerfile#L16
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hello, I am trying to use docker-squid, but I am running into some issues. I have a custom squid.conf, so I am using the run command:
But I am getting this error:
I think that means that there is no user named squid, but I'm not 100% sure, so I came here for help.