Skip to content

Commit

Permalink
Use same TLS options everywhere (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
micxer authored Sep 23, 2024
1 parent b9db18c commit aeaa576
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/docker-compose-nextcloud.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ services:
labels:
traefik.enable: true
traefik.http.routers.nextcloud_notify_push.entrypoints: websecure
traefik.http.routers.nextcloud_notify_push.tls.options: modern@file
traefik.http.routers.nextcloud_notify_push.priority: 11
# necessary for the notify_push app to work:
traefik.http.routers.nextcloud_notify_push.rule: Host(`nextcloud.{{ local_domain }}`) && PathPrefix(`/push`)
Expand Down

0 comments on commit aeaa576

Please sign in to comment.