瀏覽代碼

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:

Loading…
取消
儲存