mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-21 21:33:22 +01:00
docs(#1256): add correction for podman setup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user