* Add newlines in output. * Remove fancy DNS attempts to get NC and OO to talk. Just had to give NC the local IP through the Advanced settings. Yay!!
16 lines
272 B
YAML
16 lines
272 B
YAML
# 2023-07-25
|
|
# OnlyOffice server, primarily used for Nextcloud.
|
|
|
|
version: '3'
|
|
|
|
services:
|
|
app:
|
|
container_name: oo-app
|
|
image: onlyoffice/documentserver
|
|
restart: always
|
|
ports:
|
|
- 8000:80
|
|
- 4443:443
|
|
environment:
|
|
- JWT_SECRET=$JWT_SECRET
|