You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to set the PUID / PGID environment variables for the mealie docker image have no effect. When execing into the container, I see that the mealie process is still running as root (uid 0).
This appears to be due to the change_user function being commented out in #2539:
First Check
What is the issue you are experiencing?
Attempting to set the
PUID
/PGID
environment variables for themealie
docker image have no effect. Whenexec
ing into the container, I see that the mealie process is still running as root (uid 0).This appears to be due to the
change_user
function being commented out in #2539:mealie/docker/entry.sh
Lines 44 to 46 in ca9f66e
Was this intentional?
Steps to Reproduce
PUID=555 PGID=555 docker run ghcr.io/mealie-recipes/mealie:v1.0.0-RC2
docker exec -it <mealie-container-id> /bin/bash
ps
:apt update && apt install procps -y
ps aux
/app/run.sh
andpython
are still running asroot
, when they should be running asabc
:Please provide relevant logs
N/A
Mealie Version
ghcr.io/mealie-recipes/mealie:v1.0.0-RC2
Deployment
Docker (Linux)
Additional Deployment Details
No response
The text was updated successfully, but these errors were encountered: