Skip to content

Commit 070fae7

Browse files
author
Yauheni Slobadau
committed
Fixed arm redis for non-arm compose
1 parent 5f5220b commit 070fae7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ services:
4747
redis-lrc:
4848
image: redis:latest
4949
container_name: redis-lrc
50-
platform: linux/arm64
50+
platform: linux/amd64
5151
ports:
5252
- "${REDIS_DEFAULT_EXT_PORT:-6379}:6379"
5353
networks:

0 commit comments

Comments
 (0)