You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
246 B
YAML

version: '2'
1 year ago
services:
onlyoffice:
1 year ago
image: onlyoffice/documentserver
container_name: onlyoffice
env_file:
- .env
1 year ago
stdin_open: true
restart: unless-stopped
1 year ago
stop_grace_period: 60s
ports:
7 months ago
- '${HOST_PORT}:80'