From c0a3aa182dc5f35c78f1c332a1d7853b9cf5f8bb Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Mon, 27 Feb 2023 08:41:17 +1100 Subject: [PATCH] Stop mounting the htransformation config file --- services/reverse-proxy/docker-compose.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/services/reverse-proxy/docker-compose.yml b/services/reverse-proxy/docker-compose.yml index 0d6ff8c..c8b02a0 100644 --- a/services/reverse-proxy/docker-compose.yml +++ b/services/reverse-proxy/docker-compose.yml @@ -19,8 +19,6 @@ services: target: /etc/traefik/dynamic/tls.yml - source: traefik_hsts target: /etc/traefik/dynamic/hsts.yml - - source: traefik_htransformation - target: /etc/traefik/dynamic/htransformation.yml - source: traefik_authelia target: /etc/traefik/dynamic/authelia.yml @@ -51,8 +49,6 @@ configs: file: ${NASCOMPOSE_SERVICES?}/reverse-proxy/configs/dynamic/tls.yml traefik_hsts: file: ${NASCOMPOSE_SERVICES?}/reverse-proxy/configs/dynamic/hsts.yml - traefik_htransformation: - file: ${NASCOMPOSE_SERVICES?}/reverse-proxy/configs/dynamic/htransformation.yml traefik_authelia: file: ${NASCOMPOSE_SERVICES?}/reverse-proxy/configs/dynamic/authelia.yml traefik_transmission-api: