mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[PR #1014] [CLOSED] Run bitwarden-rs as non-root user #2857
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#2857
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/1014
Author: @Stampede10343
Created: 6/2/2020
Status: ❌ Closed
Base:
master← Head:feature/run-bitwarden-rs-as-non-root📝 Commits (1)
514eceaRun bitwarden-rs as non-root user📊 Changes
15 files changed (+42 additions, -28 deletions)
View changed files
📝
README.md(+2 -1)📝
docker/Dockerfile.j2(+3 -2)📝
docker/aarch64/mysql/Dockerfile(+3 -2)📝
docker/aarch64/sqlite/Dockerfile(+3 -2)📝
docker/amd64/mysql/Dockerfile(+3 -2)📝
docker/amd64/mysql/Dockerfile.alpine(+3 -2)📝
docker/amd64/postgresql/Dockerfile(+3 -2)📝
docker/amd64/postgresql/Dockerfile.alpine(+3 -2)📝
docker/amd64/sqlite/Dockerfile(+3 -2)📝
docker/amd64/sqlite/Dockerfile.alpine(+3 -2)📝
docker/armv6/mysql/Dockerfile(+3 -2)📝
docker/armv6/sqlite/Dockerfile(+3 -2)📝
docker/armv7/mysql/Dockerfile(+3 -2)📝
docker/armv7/sqlite/Dockerfile(+3 -2)📝
docker/healthcheck.sh(+1 -1)📄 Description
Updated the Dockerfiles to switch to UID 999 before running. Because
non-root users cannot bind to ports below 1024, I also updated the
ROCKET_PORT to 8080.
This should address #968
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.