diff --git a/verwaltung/docker_nextcloud/templates/docker-compose.yml b/verwaltung/docker_nextcloud/templates/docker-compose.yml index 361fe7a682208fda8d213aadf41bc7a7d3f6afc5..8cce61ab2b8b19d58d262ceb9d01f02b5921d34b 100644 --- a/verwaltung/docker_nextcloud/templates/docker-compose.yml +++ b/verwaltung/docker_nextcloud/templates/docker-compose.yml @@ -42,6 +42,9 @@ services: MYSQL_HOST: mysql NEXTCLOUD_ADMIN_USER: "admin" NEXTCLOUD_ADMIN_PASSWORD: "{{nextcloud_admin_pass}}" + OVERWRITEPROTOCOL: https + OVERWRITECLIURL: https://{{ domain }} + OVERWRITEHOST: {{ domain }} labels: - traefik.enable=true - traefik.http.routers.{{ servicename }}.rule=Host(`{{ domain }}`)