Skip to content

Commit 331fca2

Browse files
pushpit kambojnemesifier
authored andcommitted
[bug] Fixed influxDB image by using emulation approach for ARM64 native machines
1 parent 1363d26 commit 331fca2

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)