Skip to content

Commit 716edf2

Browse files
authored
Merge pull request #357 from Paraphraser/20210529-influx-experimental
Pin InfluxDB to 1.8 - PR 3 of 3 - experimental branch
2 parents 6881096 + bb430d5 commit 716edf2

File tree

1 file changed

+1
-1
lines changed
  • .internal/templates/services/influxdb

1 file changed

+1
-1
lines changed

.internal/templates/services/influxdb/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const influxDb = () => {
1616
}
1717
],
1818
volumes: true,
19-
imageTags: ['1.8.4', 'latest'],
19+
imageTags: ['1.8', '1.8.4', 'latest'],
2020
networks: true,
2121
logging: true
2222
}

0 commit comments

Comments
 (0)