From f8628d97fa80f1cbd8d6781ab2d105ef106c75a4 Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Mon, 26 Aug 2024 11:46:25 +1000 Subject: [PATCH] Remove unused file --- authentication/docker-compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/authentication/docker-compose.yml b/authentication/docker-compose.yml index bc54a46..28ac09f 100644 --- a/authentication/docker-compose.yml +++ b/authentication/docker-compose.yml @@ -31,7 +31,6 @@ services: - ${NASCOMPOSE_SERVICES?}/authentication/secrets/authelia_smtp_password:/run/secrets/smtp_password:ro - ${NASCOMPOSE_SERVICES?}/authentication/secrets/authelia_oidcsecret:/run/secrets/oidcsecret:ro - ${NASCOMPOSE_SERVICES?}/authentication/secrets/authelia_oidc.key:/run/secrets/oidc.key:ro - - ${NASCOMPOSE_SERVICES?}/authentication/secrets/authelia_oidc.pem:/run/secrets/oidc.pem:ro restart: unless-stopped labels: traefik.enable: true