[docker] add redis 8.0.1

This commit is contained in:
2025-05-29 00:25:49 +08:00
parent c06ff17d3e
commit da136f5105
2 changed files with 13 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
services:
redis:
image: redis:8.0.1
container_name: redis_server
ports:
- "6379:6379"
# networks:
# - backend