diff --git a/verwaltung/docker_nextcloud/templates/docker-compose.yml b/verwaltung/docker_nextcloud/templates/docker-compose.yml index 34971753a0bfaa111bbdff7c9ea807785713082b..70c164663958f8eeebb1e46d4d36c2fadf4476be 100644 --- a/verwaltung/docker_nextcloud/templates/docker-compose.yml +++ b/verwaltung/docker_nextcloud/templates/docker-compose.yml @@ -45,6 +45,7 @@ services: OVERWRITEPROTOCOL: https OVERWRITECLIURL: https://{{ domain }} OVERWRITEHOST: {{ domain }} + APPIMAGE_EXTRACT_AND_RUN: 1 labels: - traefik.enable=true - traefik.http.routers.{{ servicename }}.rule=Host(`{{ domain }}`)