ohne pw hinzugefügt

This commit is contained in:
borgal
2023-09-07 20:47:35 +02:00
parent 9232728de9
commit bd74207304

View File

@@ -0,0 +1,16 @@
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