Переглянути джерело

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

tags/1.0.0
LeanDeR 8 місяці тому
джерело
коміт
e944646541
Аккаунт користувача з таким Email не знайдено

+ 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:

Завантаження…
Відмінити
Зберегти