Update apps/onlyoffice-docs/docker-compose.json
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user