We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a6ae39 commit cfe8da0Copy full SHA for cfe8da0
1 file changed
docker-compose.yml
@@ -20,10 +20,6 @@ services:
20
- ./tests/influxdb.conf:/etc/influxdb/influxdb.conf
21
ports:
22
- "8086:8086"
23
- - "8089:8089/udp"
24
- - "8090:8090/udp"
25
- - "8091:8091/udp"
26
- - "8092:8092/udp"
27
environment:
28
INFLUXDB_DB: openwisp2
29
INFLUXDB_USER: openwisp
@@ -34,7 +30,7 @@ services:
34
30
volumes:
35
31
- influxdb2-data:/var/lib/influxdb2
36
32
37
- - "8087:8086"
33
+ - "8087:8087"
38
39
DOCKER_INFLUXDB_INIT_MODE: setup
40
DOCKER_INFLUXDB_INIT_USERNAME: openwisp
0 commit comments