From fcadcc0398705c9af322859f369f1423609af68d Mon Sep 17 00:00:00 2001 From: Alan Grainger Date: Thu, 31 Oct 2024 16:24:16 +0100 Subject: [PATCH] Update docs --- docs/securing-immich-with-mtls.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/securing-immich-with-mtls.md b/docs/securing-immich-with-mtls.md index 5268d64..7578e96 100644 --- a/docs/securing-immich-with-mtls.md +++ b/docs/securing-immich-with-mtls.md @@ -7,9 +7,7 @@ version: "3.7" services: caddy: - build: - context: . - dockerfile: Dockerfile + image: caddy:2 restart: unless-stopped cap_add: - NET_ADMIN