소스 검색

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

tags/1.0.0
LeanDeR 8 달 전
부모
커밋
e944646541
No account linked to committer's email address
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…
취소
저장