fix persistend file volume mount for influx

This commit is contained in:
2025-10-01 17:46:32 +02:00
parent b9e1bf4b06
commit b192ecd51c

View File

@@ -195,7 +195,7 @@ services:
networks: networks:
- icinga - icinga
volumes: volumes:
- ./files/dbs/influx:/vol01/Docker/monitoring - ./files/dbs/influx:/var/lib/influxdb
environment: environment:
- INFLUXDB_DB=${ICINGA_INFLUX_DB:-icinga} - INFLUXDB_DB=${ICINGA_INFLUX_DB:-icinga}
- INFLUXDB_USER=${ICINGA_INFLUX_USER:-icinga} - INFLUXDB_USER=${ICINGA_INFLUX_USER:-icinga}