Skip to content

Commit 46ea00c

Browse files
[fix] Updated #274
Fixes #274
1 parent 5cf2f6d commit 46ea00c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
volumes:
3030
- influxdb2-data:/var/lib/influxdb2
3131
ports:
32-
- 8088:8086
32+
- 8087:8087
3333
options: >-
3434
--env DOCKER_INFLUXDB_INIT_MODE=setup
3535
--env DOCKER_INFLUXDB_INIT_USERNAME=openwisp

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ services:
3030
volumes:
3131
- influxdb2-data:/var/lib/influxdb2
3232
ports:
33-
- "8088:8086"
33+
- "8087:8087"
3434
environment:
3535
DOCKER_INFLUXDB_INIT_MODE: setup
3636
DOCKER_INFLUXDB_INIT_USERNAME: openwisp

0 commit comments

Comments
 (0)