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 1363d26 commit 331fca2Copy full SHA for 331fca2
docker-compose.yml
@@ -12,6 +12,7 @@ services:
12
13
influxdb:
14
image: influxdb:1.8-alpine
15
+ platform: linux/amd64
16
volumes:
17
- influxdb-data:/var/lib/influxdb
18
- ./tests/influxdb.conf:/etc/influxdb/influxdb.conf
@@ -27,7 +28,7 @@ services:
27
28
INFLUXDB_USER_PASSWORD: openwisp
29
30
redis:
- image: redis:5.0-alpine
31
+ image: redis:7
32
ports:
33
- "6379:6379"
34
entrypoint: redis-server --appendonly yes
0 commit comments