Skip to content

Commit 1a0972b

Browse files
authored
Merge pull request #280 from Paraphraser/20210225-influxdb-pin184-master
Pin InfluxDB to version 1.8.4 (PR 1 of 2)
2 parents 00f2dd9 + 6eae546 commit 1a0972b

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:latest"
3+
image: "influxdb:1.8.4"
44
restart: unless-stopped
55
ports:
66
- "8086:8086"

0 commit comments

Comments
 (0)