Skip to content

Commit 16763d9

Browse files
authored
Merge pull request #11462 from daanbreur/master
Fix collabora and onlyoffice in example full deployment.
2 parents 12f2be3 + dc0e7df commit 16763d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deployments/examples/ocis_full/collabora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
condition: service_started
2121
collabora:
2222
condition: service_healthy
23-
command: ["ocis", "collaboration", "server"]
23+
command: ["collaboration", "server"]
2424
environment:
2525
COLLABORATION_GRPC_ADDR: 0.0.0.0:9301
2626
COLLABORATION_HTTP_ADDR: 0.0.0.0:9300

deployments/examples/ocis_full/onlyoffice.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
condition: service_started
1616
onlyoffice:
1717
condition: service_healthy
18-
command: ["ocis", "collaboration", "server"]
18+
command: ["collaboration", "server"]
1919
environment:
2020
COLLABORATION_GRPC_ADDR: 0.0.0.0:9301
2121
COLLABORATION_HTTP_ADDR: 0.0.0.0:9300

0 commit comments

Comments
 (0)