Updated some details to nextcloud
Added name flag to openVPN Added Collabora subdomain
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user