mirror of
https://github.com/dustinbrun/docker-compose-homeserver.git
synced 2025-08-25 04:20:26 +02:00
Version 1
This commit is contained in:
10
onlyoffice/docker-compose.yml
Normal file
10
onlyoffice/docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
version: '2'
|
||||
services:
|
||||
docserver:
|
||||
image: onlyoffice/documentserver
|
||||
restart: always
|
||||
ports:
|
||||
- 81:80
|
||||
environment:
|
||||
- JWT_ENABLED=true
|
||||
- JWT_SECRET=changeme
|
Reference in New Issue
Block a user