Skip to content

Commit

Permalink
Use lower UID/GID
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyTran732 authored Jan 5, 2025
1 parent bbd15b8 commit f07fa7a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

### Features & usage
- Built on the [official Alpine-based image](https://github.com/dani-garcia/vaultwarden/tree/main/docker), to be used as a drop-in replacement.
- Unprivileged image: you should check your volumes' permissions (eg `/data`), default UID/GID is 700003. Default port is 8080/tcp.
- Unprivileged image: you should check your volumes' permissions (eg `/data`), default UID/GID is 200003. Default port is 8080/tcp.

### Sample Docker Compose config

Expand Down
4 changes: 2 additions & 2 deletions latest/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG VERSION=1.32.7
ARG UID=700003
ARG GID=700003
ARG UID=200003
ARG GID=200003

FROM ghcr.io/dani-garcia/vaultwarden:${VERSION}-alpine

Expand Down
4 changes: 2 additions & 2 deletions testing/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG UID=700003
ARG GID=700003
ARG UID=200003
ARG GID=200003

FROM ghcr.io/dani-garcia/vaultwarden:testing-alpine

Expand Down

0 comments on commit f07fa7a

Please sign in to comment.