fix[docker]: fix eventual problems with SELinux

This commit is contained in:
Frederik Beimgraben 2025-11-02 22:08:23 +01:00
parent ea83231bb9
commit 1e44cc1ba1

View File

@ -73,7 +73,7 @@ services:
volumes: volumes:
# Mount the entire project directory to /data in the container # Mount the entire project directory to /data in the container
# This allows the container to access all project files and write outputs # This allows the container to access all project files and write outputs
- ./:/data - ./:/data:Z
# Working directory configuration # Working directory configuration
working_dir: /data working_dir: /data