-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
bugbw-unified-deployAn Issue related to Bitwarden unified deploymentAn Issue related to Bitwarden unified deployment
Description
Steps To Reproduce
- Deploy Bitwarden
./bitwarden start- Run
docker ps - See the
bitwarden-nginxcontainer fail to start and try to bind to port80
Expected Result
It just works, bitwarden-nginx stays running and I can access Bitwarden.
Actual Result
As soon as it starts:
ghcr.io/bitwarden/nginx:2025.8.1 "/entrypoint.sh" 14 minutes ago Up Less than a second (health: starting) 80/tcp, 8443/tcp, 0.0.0.0:5178->8080/tcp, [::]:5178->8080/tcp bitwarden-nginx
After a few seconds:
ghcr.io/bitwarden/nginx:2025.8.1 "/entrypoint.sh" 11 seconds ago Restarting (1) 2 seconds ago bitwarden-nginx
Nginx error logs:
2025/09/10 16:18:31 [emerg] 1#1: open() "/etc/nginx/conf.d/default.conf" failed (13: Permission denied) in /etc/nginx/nginx.conf:148
2025/09/10 16:18:38 [emerg] 1#1: open() "/etc/nginx/conf.d/default.conf" failed (13: Permission denied) in /etc/nginx/nginx.conf:148
2025/09/10 16:18:51 [emerg] 1#1: open() "/etc/nginx/conf.d/default.conf" failed (13: Permission denied) in /etc/nginx/nginx.conf:148
2025/09/10 16:19:17 [emerg] 1#1: open() "/etc/nginx/conf.d/default.conf" failed (13: Permission denied) in /etc/nginx/nginx.conf:148
Screenshots or Videos
No response
Additional Context
I'm using the default configuration for all the containers.
Githash Version
Environment Details
- Operating System: Debian 12
- Environment: Docker
Database Image
ghcr.io/bitwarden/mssql:2025.8.1
Issue-Link
Issue Tracking Info
- I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress.
Metadata
Metadata
Assignees
Labels
bugbw-unified-deployAn Issue related to Bitwarden unified deploymentAn Issue related to Bitwarden unified deployment