update code
This commit is contained in:
14
laradock/redis/Dockerfile
Normal file
14
laradock/redis/Dockerfile
Normal file
@@ -0,0 +1,14 @@
|
||||
FROM redis:latest
|
||||
|
||||
LABEL maintainer="Mahmoud Zalt <mahmoud@zalt.me>"
|
||||
|
||||
## For security settings uncomment, make the dir, copy conf, and also start with the conf, to use it
|
||||
#RUN mkdir -p /usr/local/etc/redis
|
||||
#COPY redis.conf /usr/local/etc/redis/redis.conf
|
||||
|
||||
VOLUME /data
|
||||
|
||||
EXPOSE 6379
|
||||
|
||||
#CMD ["redis-server", "/usr/local/etc/redis/redis.conf"]
|
||||
CMD ["redis-server"]
|
||||
1377
laradock/redis/redis.conf
Normal file
1377
laradock/redis/redis.conf
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user