This commit is contained in:
Grégory Lebreton 2026-02-05 14:56:45 +01:00
parent de2cee950a
commit 5df49c3416

View File

@ -1,14 +0,0 @@
version: '2'
services:
onlyoffice:
image: onlyoffice/documentserver
container_name: onlyoffice
env_file:
- .env
stdin_open: true
restart: unless-stopped
stop_grace_period: 60s
ports:
- '${HOST_PORT}:80'