File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
deployments/examples/ocis_full Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,10 @@ services:
64
64
# if you want to use oo enterprise edition, you need to add a volume for the license file
65
65
# for details see: Registering your Enterprise Edition version -->
66
66
# 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
67
71
labels :
68
72
- " traefik.enable=true"
69
73
- " traefik.http.routers.onlyoffice.entrypoints=https"
Original file line number Diff line number Diff line change 1
1
---
2
2
services :
3
3
ocis :
4
+ volumes :
5
+ - ./config/ocis/apps.yaml:/etc/ocis/apps.yaml
4
6
depends_on :
5
7
externalsites-init :
6
8
condition : service_completed_successfully
You can’t perform that action at this time.
0 commit comments