Skip to content

Commit b0c89ff

Browse files
committed
fix: the ocis deployment oo license and external sites
1 parent 1dba884 commit b0c89ff

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

deployments/examples/ocis_full/onlyoffice.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ services:
6464
# if you want to use oo enterprise edition, you need to add a volume for the license file
6565
# for details see: Registering your Enterprise Edition version -->
6666
# https://helpcenter.onlyoffice.com/installation/docs-enterprise-install-docker.aspx
67+
# Validate the license file permissions on the Host.
68+
# Since the file is mounted from the host, you need to correct it outside the container.
69+
# Ensure the license file is readable by everyone chmod 644 ./config/onlyoffice/license.lic
70+
# Then on the host, set ownership to match the container user id root of onlyoffice
6771
labels:
6872
- "traefik.enable=true"
6973
- "traefik.http.routers.onlyoffice.entrypoints=https"

deployments/examples/ocis_full/web_extensions/externalsites.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
services:
33
ocis:
4+
volumes:
5+
- ./config/ocis/apps.yaml:/etc/ocis/apps.yaml
46
depends_on:
57
externalsites-init:
68
condition: service_completed_successfully

0 commit comments

Comments
 (0)