-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
Hi,
first i want to thank you for this image.
I discovered that the container sometimes was not starting. I found, that the entrypoint.sh is running squid -z to build the cache-directory structure in case it is not available. Unfortunately this puts the execution in background by default which is why there might occur a race-condition with the final startup.
The solution is simple: start squid -z in foreground by passing -N along the parameters: squid -Nz
cheers
satishweb
Metadata
Metadata
Assignees
Labels
No labels