Removed Redis config file
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
FROM redis:latest
|
FROM redis:latest
|
||||||
|
|
||||||
COPY ./redis.conf /etc/redis/redis.conf
|
EXPOSE 6379
|
||||||
|
|
||||||
EXPOSE 6379
|
# COPY redis.conf /usr/local/etc/redis/redis.conf
|
||||||
|
CMD [ "redis-server", "--save ''", "--appendonly no" ]
|
||||||
2290
Redis/redis.conf
2290
Redis/redis.conf
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user