Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 045db09

Browse files
committed
Revert https://influxdb:8086 to http://influxdb:8086 for docker-compose
1 parent 2887cbe commit 045db09

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

spring-cloud-dataflow-server/docker-compose-influxdb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ services:
5757
- "9000-9010:9000-9010"
5858

5959
influxdb:
60-
image: influxdb:1.7.4
60+
image: influxdb:1.7.5
6161
container_name: 'influxdb'
6262
ports:
6363
- '8086:8086'

src/grafana/influxdb/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33

44
# Grafana uses the InfluxDB datasource
55
influxdb:
6-
image: influxdb:1.7.4
6+
image: influxdb:1.7.5
77
container_name: 'influxdb'
88
ports:
99
- '8086:8086'

src/grafana/influxdb/docker/grafana/provisioning/datasources/all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ datasources:
33
type: 'influxdb'
44
access: 'proxy'
55
org_id: 1
6-
url: 'https://influxdb:8086'
6+
url: 'http://influxdb:8086'
77
database: 'myinfluxdb'
88
is_default: true
99
version: 5

0 commit comments

Comments
 (0)