mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-21 13:23:09 +01:00
docs(#1256): add correction for podman setup
This commit is contained in:
@@ -135,6 +135,9 @@ version: "3.5"
|
|||||||
services:
|
services:
|
||||||
diun_app:
|
diun_app:
|
||||||
image: docker.io/crazymax/diun:latest
|
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:
|
volumes:
|
||||||
- "./data:/data"
|
- "./data:/data"
|
||||||
# root mode
|
# root mode
|
||||||
|
|||||||
Reference in New Issue
Block a user