We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running openresty:1.25.3.1-3-jammy in kubernetes cluster you get below error.
[emerg] 1#1: mkdir() "/var/run/openresty/nginx-client-body" failed (13: Permission denied)
Is this a regression as in #124 ?
The text was updated successfully, but these errors were encountered:
There no longer is a VOLUME directive in the Dockerfiles (see #128), so it is probably not that. Are you bind-mounting a volume to /var/run/openresty?
VOLUME
/var/run/openresty
Sorry, something went wrong.
Hey @neomantra i think i did a misconfiguration from my side.
No branches or pull requests
When running openresty:1.25.3.1-3-jammy in kubernetes cluster you get below error.
[emerg] 1#1: mkdir() "/var/run/openresty/nginx-client-body" failed (13: Permission denied)
Is this a regression as in #124 ?
The text was updated successfully, but these errors were encountered: