diff --git a/templates/docker-compose.yml.j2 b/templates/docker-compose.yml.j2 index f0bdb22..115e207 100644 --- a/templates/docker-compose.yml.j2 +++ b/templates/docker-compose.yml.j2 @@ -14,7 +14,7 @@ services: APACHE_PORT: {{ nextcloud_ui_port }} APACHE_IP_BINDING: 127.0.0.1 - NEXTCLOUD_DATADIR: "{{ nextcloud_file_storage_path }}" + NEXTCLOUD_DATADIR: "{{ nextcloud_file_storage_path }}/data" SKIP_DOMAIN_VALIDATION: "true" TALK_PORT: 3478