Skip to content

container does not start reliably #1

@smoebody

Description

@smoebody

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions