From cfe8da042685fa7e16c4c0e69161cb5d5e2efb15 Mon Sep 17 00:00:00 2001 From: Prapti Sharma Date: Sat, 1 Jun 2024 13:17:52 +0530 Subject: [PATCH] [fix] Workflow and test updated #274 Fixes #274 --- docker-compose.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index f98e72c5..aa71550b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 @@ -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