added some stuff to site

This commit is contained in:
2026-03-10 04:24:16 +01:00
parent cac8379aa7
commit 3394ba9650
2 changed files with 34 additions and 3 deletions

View File

@@ -3,8 +3,6 @@ services:
stdin_open: true
tty: true
restart: always
ports:
- 5678:80
networks:
- dockge_default
image: onlyoffice/documentserver
@@ -15,7 +13,6 @@ services:
JWT_SECRET: ?onlyofficeJWT?
JWT_IN_BODY: true
ADMINPANEL_ENABLED: true
DOCSERV_IP_ALLOWED: ?localip?
networks:
dockge_default:
external: true