Skip to content

Commit cfe8da0

Browse files
[fix] Workflow and test updated #274
Fixes #274
1 parent 4a6ae39 commit cfe8da0

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ services:
2020
- ./tests/influxdb.conf:/etc/influxdb/influxdb.conf
2121
ports:
2222
- "8086:8086"
23-
- "8089:8089/udp"
24-
- "8090:8090/udp"
25-
- "8091:8091/udp"
26-
- "8092:8092/udp"
2723
environment:
2824
INFLUXDB_DB: openwisp2
2925
INFLUXDB_USER: openwisp
@@ -34,7 +30,7 @@ services:
3430
volumes:
3531
- influxdb2-data:/var/lib/influxdb2
3632
ports:
37-
- "8087:8086"
33+
- "8087:8087"
3834
environment:
3935
DOCKER_INFLUXDB_INIT_MODE: setup
4036
DOCKER_INFLUXDB_INIT_USERNAME: openwisp

0 commit comments

Comments
 (0)