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 b1a85e7 commit 3163804
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG UID=700001
ARG UID=200001

FROM kanidm/server

Expand Down
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 image](https://github.com/kanidm/kanidm) to be used as a drop-in replacement.
- ⚠️ Does **not** come with hardened_malloc like other Polarix containers. This container is based on Tumbleweed like upstream and not Alpine.
- Unprivileged image: you should check your volumes' permissions (eg `/data`), default UID/GID is 700001.
- Unprivileged image: you should check your volumes' permissions (eg `/data`), default UID/GID is 200001.

### Licensing
- The code in this repository is licensed under the Apache license. 😇
Expand Down

0 comments on commit 3163804

Please sign in to comment.