Set InfluxDB version to 1.8 since the latest release 2.x is not fully compatible
Signed-off-by: Philipp Waller <1090452+philippwaller@users.noreply.github.com>
This commit is contained in:
parent
3019b456d9
commit
e8b7f22b23
|
|
@ -3,7 +3,7 @@ version: '3'
|
||||||
services:
|
services:
|
||||||
influxdb:
|
influxdb:
|
||||||
restart: always
|
restart: always
|
||||||
image: influxdb:latest
|
image: influxdb:1.8
|
||||||
ports:
|
ports:
|
||||||
- '8086:8086'
|
- '8086:8086'
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue