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
Docker: Permission issues in new Ubuntu 21.04 base image #1301
Comments
You think it's a problem with our update? Does it update automatically? Can you try an older version? Intel or ARM CPU? |
I don't have Watchtower running on this stack, so I'm not sure what caused it actually What image tag should I use? Intel CPU |
Here's a list of all available images (tagged by date, which is the version): https://hub.docker.com/r/photoprism/photoprism Previous version is |
|
Then it might be the new Ubuntu version which has other permission defaults :/ We're going to look into this! In the meantime, you might have to change permissions inside the Docker image manually in a terminal. See docs / docker-compose.yml file for how to open one. |
I just ran into this too. Also x86 Linux. |
Seems |
Started a preview build for testing: https://drone.photoprism.app/photoprism/photoprism/1361 |
I created a user for running multimedia services (Transmission, Jellyfin, Photoprism, etc.) to avoid media permission issues. |
So, is it working now? |
Yep, preview image is good |
Just had a chance to test, yes it works fine with the preview image. |
Thanks for testing! ❤️ |
Photoprism container was working perfectly fine this afternoon, and I noticed a few minutes ago that a WebDAV upload failed.
Checked the container logs and saw error:
/entrypoint.sh: line 37: photoprism: command not found
I've tried pulling the latest image and recreating through Portainer, but no luck
The text was updated successfully, but these errors were encountered: