fix: OnlyOffice Port-Mapping 8080:80 in docker-compose ergaenzt

nginx braucht Zugriff auf den OnlyOffice-Container um ihn per
HTTPS nach aussen weiterzuleiten (proxy_pass http://127.0.0.1:8080).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Stefan Hacker 2026-04-11 21:42:16 +02:00
parent 3185b2d41c
commit 67790af95e
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ services:
#
# onlyoffice:
# image: onlyoffice/documentserver:latest
# ports:
# - "8080:80"
# environment:
# - JWT_ENABLED=true
# - JWT_SECRET=${ONLYOFFICE_JWT_SECRET}