Skip to content

Commit

Permalink
docs(crazy-max#1256): add correction for podman setup
Browse files Browse the repository at this point in the history
  • Loading branch information
BixelPitch authored Jan 12, 2025
1 parent ce214c3 commit 304d912
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/install/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ version: "3.5"
services:
diun_app:
image: docker.io/crazymax/diun:latest
# security_opt is neccessary if you use podman in rootless mode to apply the correct SELinux rules
security_opt:
- "label=type:container_runtime_t"
volumes:
- "./data:/data"
# root mode
Expand Down

0 comments on commit 304d912

Please sign in to comment.