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