Self-host installation scripts issue
Steps To Reproduce
When I create an OCI image using ghcr.io/bitwarden/lite (across all versions), the container does not start as expected because the nginx folder is missing from the /var/run path. For some reason, the folder is not created at startup.
As a workaround, I added mkdir /var/run/nginx to /entrypoint.sh before the line chown -R $PUID:$PGID. After doing this, everything works as expected.
See the screenshots below.
Expected Result
Container should normaly start.
Actual Result
It starts with the error message: "chown: /var/run/nginx: No such file or directory" and "nginx entered FATAL state".
Afterwards, the application does not allow me to log in and shows another error message in the frontend.
Screenshots or Videos
Additional Context
No response
Build Version
2026.4.1
Environment
Self-Hosted
Environment Details
Proxmox 9.1.9 over OCI Image (Not Docker)
Issue Tracking Info
Self-host installation scripts issue
Steps To Reproduce
When I create an OCI image using ghcr.io/bitwarden/lite (across all versions), the container does not start as expected because the nginx folder is missing from the /var/run path. For some reason, the folder is not created at startup.
As a workaround, I added mkdir /var/run/nginx to /entrypoint.sh before the line chown -R $PUID:$PGID. After doing this, everything works as expected.
See the screenshots below.
Expected Result
Container should normaly start.
Actual Result
It starts with the error message: "chown: /var/run/nginx: No such file or directory" and "nginx entered FATAL state".
Afterwards, the application does not allow me to log in and shows another error message in the frontend.
Screenshots or Videos
Additional Context
No response
Build Version
2026.4.1
Environment
Self-Hosted
Environment Details
Proxmox 9.1.9 over OCI Image (Not Docker)
Issue Tracking Info