Skip to content
New issue

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

PHP-FPM UID + GID incompatible with Nginx UID + GID #2204

Closed
almereyda opened this issue Apr 25, 2024 · 3 comments
Closed

PHP-FPM UID + GID incompatible with Nginx UID + GID #2204

almereyda opened this issue Apr 25, 2024 · 3 comments
Labels
needs info Additional info needed to triage

Comments

@almereyda
Copy link

When using the Nextcloud image with the supplied Compose example there will be errors with retrieving files from the file system.

The error will be similar to:

stat() "/var/www/html/custom_apps/mail/img/mail.svg" failed (13: Permission denied)

as described in Proper permissions after upgrade/migration? - ℹ️ Support / 📦 Appliances (Docker, Snappy, VM, NCP, AIO) - Nextcloud community

It is useful to chown -R 33:101 the volume mapped into both containers for mitigation.

References:

user='www-data'
group='www-data'

https://github.com/nginxinc/docker-nginx/blob/1f227619c1f1baa0bed8bed844ea614437ff14fb/mainline/alpine-slim/Dockerfile#L15-L16

This extends:

Which other strategies have people found to resolve this, eventually without chown'ing the state?

Maybe it is easier nowadays to run from Caddy #2052?

Or it is better to build an Nginx container that runs from www-data/33 as well?

Surprised this hasn't come up earlier.

@tzerber
Copy link
Contributor

tzerber commented Apr 26, 2024

Can you post your compose file and OS variant/version? I have updated two production instances to 29 today, both are effectively a copy-paste from the fpm-nginx example (with some stuff added) and i have no such issues, they both have a bunch of apps including mail but no permission errors.

@joshtrichards
Copy link
Member

joshtrichards commented May 31, 2024

Are you, perhaps, using bind mounts rather than actual volumes? (This would be different than the examples).

It'd probably be best if you shared your actual Compose file. :-)

Also, keep in mind that technically nginx is only serving files. It only needs read permission. FPM does all the heavy lifting, including anything that requires write permissions.

@joshtrichards joshtrichards added the needs info Additional info needed to triage label May 31, 2024
@joshtrichards
Copy link
Member

I'm going to close this since there wasn't a response to the query for additional info >30 days ago. I suggest following up at the community help forum: https://help.nextcloud.com

@joshtrichards joshtrichards closed this as not planned Won't fix, can't repro, duplicate, stale May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs info Additional info needed to triage
Projects
None yet
Development

No branches or pull requests

3 participants