about summary refs log tree commit diff stats
path: root/Dockerfile
diff options
context:
space:
mode:
authorAlan Pearce2023-07-07 20:14:56 +0200
committerAlan Pearce2023-07-07 20:14:56 +0200
commit3dcd97ff77e9f9f5e3ea2b97b9e15c7c1066859d (patch)
treebbba5a975efc64d7bf069c17850202eb91b1565c /Dockerfile
parent2d635ac0e7045663e22df1d4183ae4348f01d527 (diff)
downloadwebsite-3dcd97ff77e9f9f5e3ea2b97b9e15c7c1066859d.tar.lz
website-3dcd97ff77e9f9f5e3ea2b97b9e15c7c1066859d.tar.zst
website-3dcd97ff77e9f9f5e3ea2b97b9e15c7c1066859d.zip
Replace metrics with advanced metrics for path-based counters
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 72dc719..512d6c2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,8 @@ ARG VARIANT=alpine
 FROM docker.io/caddy:${VERSION}-builder-${VARIANT} AS builder
 
 RUN xcaddy build \
-    --with github.com/gamalan/caddy-tlsredis
+    --with github.com/gamalan/caddy-tlsredis \
+    --with github.com/sebastianbrunnert/caddy-advanced-metrics
 
 FROM docker.io/caddy:${VERSION}-${VARIANT}