You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-07-17 01:22:25 +02:00
update redis
This commit is contained in:
@ -12,4 +12,5 @@ VOLUME /data
|
||||
|
||||
EXPOSE 6379
|
||||
|
||||
CMD ["redis-server"]
|
||||
ENTRYPOINT ["redis-server"]
|
||||
CMD ["--protected-mode", "no"]
|
||||
|
Reference in New Issue
Block a user