This commit is contained in:
Peter Smit
2025-03-30 09:48:26 +02:00
parent 9be120b952
commit c05f4d1475

View File

@@ -33,17 +33,3 @@ services:
nextcloud_redis: nextcloud_redis:
image: redis:7 image: redis:7
restart: always restart: always
collabora:
container_name: nextcloud-collabora
image: collabora/code:24.04.13.2.1
cap_add:
- MKNOD
environment:
- domain=${COLLABORA_DOMAIN}
- username=${COLLABORA_USER}
- password=${COLLABORA_PASSWORD}
ports:
- "9980:9980"
restart: always
volumes:
- "/etc/localtime:/etc/localtime:ro"