Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c23205d2a6 | |||
| 67790af95e |
+12
-9
@@ -14,12 +14,15 @@ services:
|
|||||||
# Braucht eine eigene Subdomain mit HTTPS (z.B. office.example.com)
|
# Braucht eine eigene Subdomain mit HTTPS (z.B. office.example.com)
|
||||||
# Siehe nginx.example.conf und README.md fuer Setup-Anleitung
|
# Siehe nginx.example.conf und README.md fuer Setup-Anleitung
|
||||||
#
|
#
|
||||||
# onlyoffice:
|
onlyoffice:
|
||||||
# image: onlyoffice/documentserver:latest
|
image: onlyoffice/documentserver:latest
|
||||||
# environment:
|
ports:
|
||||||
# - JWT_ENABLED=true
|
- "8080:80"
|
||||||
# - JWT_SECRET=${ONLYOFFICE_JWT_SECRET}
|
environment:
|
||||||
# volumes:
|
- JWT_ENABLED=true
|
||||||
# - ./data/onlyoffice/logs:/var/log/onlyoffice
|
- JWT_SECRET=${ONLYOFFICE_JWT_SECRET}
|
||||||
# - ./data/onlyoffice/data:/var/www/onlyoffice/Data
|
volumes:
|
||||||
# restart: unless-stopped
|
- ./data/onlyoffice/logs:/var/log/onlyoffice
|
||||||
|
- ./data/onlyoffice/data:/var/www/onlyoffice/Data
|
||||||
|
|
||||||
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user