Added nextcloud without fpm

This commit is contained in:
2024-07-23 11:48:53 +02:00
parent 65baccd402
commit bb096004f5
8 changed files with 162 additions and 13 deletions
@@ -74,15 +74,15 @@ 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
# collabora:
# image: collabora/code:latest
# restart: unless-stopped
# environment:
# - password=password
# - username=nextcloud
# - extra_params=--o:ssl.enable=true
# ports:
# - 9980:9980
nginx: