fix[docker]: fix eventual problems with SELinux
This commit is contained in:
parent
ea83231bb9
commit
1e44cc1ba1
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user