22.02 update

This commit is contained in:
zhanghongqing
2022-03-03 14:22:33 +08:00
parent d691530966
commit c0b75e4c07

View File

@@ -0,0 +1,9 @@
#galaxy-job-executor docker-compose.yml文件volumes增加以下配置
services:
galaxy-job-executor:
......
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
- "/usr/bin/docker:/usr/bin/docker"