🐳 更新 docker 配置.

This commit is contained in:
lijiahang
2024-05-17 17:23:43 +08:00
parent 5a51d598ac
commit 630291df46
5 changed files with 90 additions and 55 deletions

View File

@@ -1,2 +1,4 @@
FROM redis:6.0.16-alpine
COPY ./redis.conf /usr/local/etc/redis/redis.conf
WORKDIR /data
COPY ./redis.conf /tmp
RUN cat /tmp/redis.conf > /usr/local/redis.conf