Skip to content

Commit d5c7487

Browse files
committed
Pin InfluxDB to 1.8 - PR 1 of 3 - master branch
Changes pin from 1.8.4 to 1.8. This will pick up the multiple images tagged with 1.8.5 (following on from multiple images tagged 1.8.4) and any future 1.8.6 etc.
1 parent e44b6c0 commit d5c7487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.templates/influxdb/service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
influxdb:
22
container_name: influxdb
3-
image: "influxdb:1.8.4"
3+
image: "influxdb:1.8"
44
restart: unless-stopped
55
ports:
66
- "8086:8086"

0 commit comments

Comments
 (0)