From f31f74eb1a761673b95f790685bd52245b41c9a3 Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Fri, 13 Mar 2026 08:51:36 +0100 Subject: [PATCH] fix: expand env Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.yml b/compose.yml index e80593a..b17a49e 100644 --- a/compose.yml +++ b/compose.yml @@ -75,6 +75,7 @@ services: image: 'prom/prometheus:v3.4.2' command: - '--config.file=/etc/prometheus/prometheus.yml' + - '--config.expand-env' - '--storage.tsdb.path=/prometheus' - '--web.enable-lifecycle' env_file: