Skip to content

Commit

Permalink
[fix] Workflow and test 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 4a6ae39 commit cfe8da0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ services:
- ./tests/influxdb.conf:/etc/influxdb/influxdb.conf
ports:
- "8086:8086"
- "8089:8089/udp"
- "8090:8090/udp"
- "8091:8091/udp"
- "8092:8092/udp"
environment:
INFLUXDB_DB: openwisp2
INFLUXDB_USER: openwisp
Expand All @@ -34,7 +30,7 @@ services:
volumes:
- influxdb2-data:/var/lib/influxdb2
ports:
- "8087:8086"
- "8087:8087"
environment:
DOCKER_INFLUXDB_INIT_MODE: setup
DOCKER_INFLUXDB_INIT_USERNAME: openwisp
Expand Down

0 comments on commit cfe8da0

Please sign in to comment.