Skip to content

Commit

Permalink
[fix] Updated #274
Browse files Browse the repository at this point in the history
Fixes #274
  • Loading branch information
praptisharma28 committed Jun 1, 2024
1 parent 5cf2f6d commit 46ea00c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
volumes:
- influxdb2-data:/var/lib/influxdb2
ports:
- 8088:8086
- 8087:8087
options: >-
--env DOCKER_INFLUXDB_INIT_MODE=setup
--env DOCKER_INFLUXDB_INIT_USERNAME=openwisp
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
volumes:
- influxdb2-data:/var/lib/influxdb2
ports:
- "8088:8086"
- "8087:8087"
environment:
DOCKER_INFLUXDB_INIT_MODE: setup
DOCKER_INFLUXDB_INIT_USERNAME: openwisp
Expand Down

0 comments on commit 46ea00c

Please sign in to comment.