Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Lock InfluxDB to 1.8.5
Browse files Browse the repository at this point in the history
Not tested with 2.x and 2.x does not include 32-bit ARM builds.
  • Loading branch information
stevenewey authored May 20, 2021
1 parent 7ec20e8 commit de2653a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
influxdb:
image: influxdb
image: influxdb:1.8.5-alpine
environment:
- INFLUXDB_DB=energy
ports:
Expand Down

0 comments on commit de2653a

Please sign in to comment.