Updated some details to nextcloud

Added name flag to openVPN
Added Collabora subdomain
This commit is contained in:
2024-04-11 20:20:05 +02:00
parent eee978f658
commit 66b4700d5c
3 changed files with 13 additions and 2 deletions
@@ -71,6 +71,17 @@ services:
- MYSQL_HOST=db
- REDIS_HOST=redis
collabora:
image: collabora/code:latest
restart: unless-stopped
environment:
- password=password
- username=nextcloud
- extra_params=--o:ssl.enable=true
ports:
- 9980:9980
nginx:
build:
context: ./nginx