From 1e44cc1ba1ded7f40d580b21dcc90a3c881d5b1b Mon Sep 17 00:00:00 2001 From: Frederik Beimgraben Date: Sun, 2 Nov 2025 22:08:23 +0100 Subject: [PATCH] fix[docker]: fix eventual problems with SELinux --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index b6d845e..9cc11ee 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -73,7 +73,7 @@ services: volumes: # Mount the entire project directory to /data in the container # This allows the container to access all project files and write outputs - - ./:/data + - ./:/data:Z # Working directory configuration working_dir: /data