Running container as non-root user? #23
Closed
klaus1k
started this conversation in
Feature Requests
Replies: 2 comments 2 replies
-
The container already runs as the non-root https://github.com/alangrainger/immich-public-proxy/blob/main/Dockerfile#L17 I'm running this on rootless Podman myself. Here's the running container, the UID is already 1000: |
Beta Was this translation helpful? Give feedback.
2 replies
-
I'll close this since the container is already non-root, but feel free to reply with further details so we can figure out what's not working right for you. Please see my response above ^^^ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, is it possible to have the container run as a non-root user?
I tried adding
user: 1000.1000
to the compose file, but it threw a bunch of errors. it apparently can't create a.pm2
folder - creating it manually for that user has no effect.The mount point is owned by the same user, so that should not be the problem.
immich-public-proxy-2024-11-16T11-20-31.log
Beta Was this translation helpful? Give feedback.
All reactions