Fixed nextcloud role

This commit is contained in:
2023-03-26 19:01:27 -04:00
parent cbe20c16f3
commit 58f1a7e391
2 changed files with 9 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ services:
TZ: "{{ timezone }}"
volumes:
- "{{ data_dir }}/{{ role_name }}/config:/config"
- "{{ data_dir }}/{{ role_name }}/data:/data"
- "{{ media_storage_mnt }}/nextcloud:/data"
labels:
traefik.enable: true
traefik.http.routers.nextcloud.rule: "Host(`{{ role_name }}.{{ personal_domain }}`)"