🐳 添加 redis 镜像.

This commit is contained in:
lijiahang
2024-05-16 16:01:49 +08:00
parent 89d9cd4c25
commit d13ec07f4c
11 changed files with 1899 additions and 12 deletions

View File

@@ -0,0 +1,2 @@
FROM redis:6.0.16-alpine
COPY ./redis.conf /usr/local/etc/redis/redis.conf