Update apps/onlyoffice-docs/docker-compose.json

This commit is contained in:
2026-04-11 08:34:05 +00:00
parent f862c2049a
commit 6c444a474c

View File

@@ -5,7 +5,7 @@
"name": "onlyoffice-docs", "name": "onlyoffice-docs",
"image": "onlyoffice/documentserver:8.2", "image": "onlyoffice/documentserver:8.2",
"isMain": true, "isMain": true,
"internalPort": 80, "internalPort": 8044,
"dependsOn": { "dependsOn": {
"onlyoffice-docs-db": { "onlyoffice-docs-db": {
"condition": "service_healthy" "condition": "service_healthy"
@@ -57,7 +57,7 @@
} }
], ],
"healthCheck": { "healthCheck": {
"test": "curl -f http://localhost/healthcheck", "test": "curl -f http://localhost:8044/healthcheck",
"interval": "30s", "interval": "30s",
"timeout": "10s", "timeout": "10s",
"retries": 3, "retries": 3,