Move nextcloud external access to traefik.

This commit is contained in:
2026-04-18 21:51:28 -05:00
parent 9961fe1ed4
commit 69b91a2e1d
4 changed files with 7 additions and 3 deletions

View File

@@ -5,4 +5,5 @@
- name: restart traefik
community.docker.docker_compose_v2:
project_src: "{{ traefik_base_dir }}"
state: restarted
state: present
recreate: always