Skip to content

Commit

Permalink
Pin InfluxDB version to 1.8 until we add support for 2.0
Browse files Browse the repository at this point in the history
Reported in #1883, this fix should suffice until we get around to #1730 and/or #1614
  • Loading branch information
na-- committed Mar 9, 2021
1 parent 2036bae commit 3d03ddc
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
Expand Up @@ -6,7 +6,7 @@ networks:

services:
influxdb:
image: influxdb:latest
image: influxdb:1.8
networks:
- k6
- grafana
Expand Down

0 comments on commit 3d03ddc

Please sign in to comment.