We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cf2f6d commit 46ea00cCopy full SHA for 46ea00c
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
volumes:
30
- influxdb2-data:/var/lib/influxdb2
31
ports:
32
- - 8088:8086
+ - 8087:8087
33
options: >-
34
--env DOCKER_INFLUXDB_INIT_MODE=setup
35
--env DOCKER_INFLUXDB_INIT_USERNAME=openwisp
docker-compose.yml
@@ -30,7 +30,7 @@ services:
- - "8088:8086"
+ - "8087:8087"
environment:
DOCKER_INFLUXDB_INIT_MODE: setup
36
DOCKER_INFLUXDB_INIT_USERNAME: openwisp
0 commit comments