浏览代码

fix(docker-compose.yaml): Fix the issue where Docker Compose doesn't … (#14361)

tags/1.0.0
LeanDeR 8 个月前
父节点
当前提交
e944646541
没有帐户链接到提交者的电子邮件
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1
    0
      docker/docker-compose-template.yaml
  2. 1
    0
      docker/docker-compose.yaml

+ 1
- 0
docker/docker-compose-template.yaml 查看文件

@@ -122,6 +122,7 @@ services:
SANDBOX_PORT: ${SANDBOX_PORT:-8194}
volumes:
- ./volumes/sandbox/dependencies:/dependencies
- ./volumes/sandbox/conf:/conf
healthcheck:
test: [ 'CMD', 'curl', '-f', 'http://localhost:8194/health' ]
networks:

+ 1
- 0
docker/docker-compose.yaml 查看文件

@@ -534,6 +534,7 @@ services:
SANDBOX_PORT: ${SANDBOX_PORT:-8194}
volumes:
- ./volumes/sandbox/dependencies:/dependencies
- ./volumes/sandbox/conf:/conf
healthcheck:
test: [ 'CMD', 'curl', '-f', 'http://localhost:8194/health' ]
networks:

正在加载...
取消
保存