Initial commit
This commit is contained in:
3
redis/Dockerfile
Normal file
3
redis/Dockerfile
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM redis:8.4-alpine
|
||||
COPY redis.conf /usr/local/etc/redis/redis.conf
|
||||
CMD [ "redis-server", "/usr/local/etc/redis/redis.conf" ]
|
||||
Reference in New Issue
Block a user