From 7ceda8d06a7ce60393a3736f73253cc47733f4cc Mon Sep 17 00:00:00 2001 From: DoTheEvo Date: Sat, 15 Nov 2025 18:02:32 +0100 Subject: [PATCH] update --- caddy_v2/readme.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/caddy_v2/readme.md b/caddy_v2/readme.md index 5fdc5ee..525e09e 100644 --- a/caddy_v2/readme.md +++ b/caddy_v2/readme.md @@ -792,6 +792,20 @@ Maybe one day I will bother to test? [Meanwhile](https://www.reddit.com/r/selfhosted/comments/1foxrlb/guide_setting_up_mtls_with_caddy_for_multiple/) +# Update + +Manual image update: + +- edit the compose with the new version tag +- `docker compose pull` +- `docker compose up -d` +- `docker image prune` + +If using `Dockerfile` then + +- edit the Dockerfile with the new version tag +- `docker compose up -d --build` + # Monitoring ![dashboards](https://i.imgur.com/dMfxVQy.png)