Skip to content

Commit d5e8d0f

Browse files
Merge branch 'master' into change/jsonfield-clean
2 parents 26a7726 + 331fca2 commit d5e8d0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ services:
1212

1313
influxdb:
1414
image: influxdb:1.8-alpine
15+
platform: linux/amd64
1516
volumes:
1617
- influxdb-data:/var/lib/influxdb
1718
- ./tests/influxdb.conf:/etc/influxdb/influxdb.conf
@@ -27,7 +28,7 @@ services:
2728
INFLUXDB_USER_PASSWORD: openwisp
2829

2930
redis:
30-
image: redis:5.0-alpine
31+
image: redis:7
3132
ports:
3233
- "6379:6379"
3334
entrypoint: redis-server --appendonly yes

0 commit comments

Comments
 (0)