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