Merge pull request #146 from cschug/upgrade_influxdb

chore: upgrade InfluxDB 2.7.1 -> 2.7.5
This commit is contained in:
Christian Lempa 2024-02-23 11:26:40 +01:00 committed by GitHub
commit 3b1e2b29aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ volumes:
services:
influxdb:
container_name: influxdb
image: influxdb:2.7.1-alpine
image: influxdb:2.7.5-alpine
# (Optional) remove this section when using traefik
ports:
- '8086:8086'