Skip to content

Commit d4992a0

Browse files
author
Simon Prickett
committed
Docker image name fix.
1 parent 8f50914 commit d4992a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.9"
22
services:
33
redis:
44
container_name: "redis_ru202"
5-
image: "redis/redis:stack:latest"
5+
image: "redis/redis-stack:latest"
66
ports:
77
- "6379:6379"
88
- "8001:8001"

0 commit comments

Comments
 (0)