From b192ecd51ca28e533bc5c166b2caeaca6255f0b3 Mon Sep 17 00:00:00 2001 From: anima Date: Wed, 1 Oct 2025 17:46:32 +0200 Subject: [PATCH] fix persistend file volume mount for influx --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 6a68238..d90ad71 100644 --- a/compose.yml +++ b/compose.yml @@ -195,7 +195,7 @@ services: networks: - icinga volumes: - - ./files/dbs/influx:/vol01/Docker/monitoring + - ./files/dbs/influx:/var/lib/influxdb environment: - INFLUXDB_DB=${ICINGA_INFLUX_DB:-icinga} - INFLUXDB_USER=${ICINGA_INFLUX_USER:-icinga}