docs(#1256): add correction for podman setup

This commit is contained in:
BixelPitch
2025-01-12 22:52:42 +01:00
committed by GitHub
parent ce214c3d5b
commit 304d912d02

View File

@@ -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