From 304d912d02385e6eac9d788b8f7988e0b5aa45d8 Mon Sep 17 00:00:00 2001 From: BixelPitch Date: Sun, 12 Jan 2025 22:52:42 +0100 Subject: [PATCH] docs(#1256): add correction for podman setup --- docs/install/docker.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/install/docker.md b/docs/install/docker.md index f3606ef9..51c84ab6 100644 --- a/docs/install/docker.md +++ b/docs/install/docker.md @@ -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