Skip to content
Snippets Groups Projects

Update influxdb Docker tag to v2.7.5

Merged renovatebot requested to merge renovate/templates-influxdb-2.x into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -26,7 +26,7 @@ services:
influxdb:
image: influxdb:2.7.1
image: influxdb:2.7.5
restart: always
ports:
- "{{ int_ip4 }}:{{ influxdb_port }}:8086"
Loading