entfernen

This commit is contained in:
borgal
2023-09-07 15:31:05 +02:00
parent 46d106cb38
commit c86744ec3b
2 changed files with 0 additions and 17 deletions

View File

@@ -1 +0,0 @@
SECRET=ChangeMe

View File

@@ -1,16 +0,0 @@
version: '3'
services:
onlyoffice-document-server:
container_name: onlyoffice-document-server
image: onlyoffice/documentserver
stdin_open: true
tty: true
restart: always
environment:
- JWT_SECRET=${SECRET}
ports:
- 8016:80
volumes:
- ./document_log:/var/log/onlyoffice
- ./document_data:/var/www/onlyoffice/Data
- ./document_lib:/var/lib/onlyoffice