Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored May 22, 2024
1 parent 6b04f5b commit 0b0dc4a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ RUN apk upgrade --no-cache -a && \
apk add --no-cache ca-certificates tzdata tini && \
valkey-server -v

ENTRYPOINT ["tini", "--", "valkey-server"]
CMD ["--loglevel", "notice"]
ENTRYPOINT ["tini", "--", "valkey-server", "--protected-mode", "no", "--loglevel", "notice"]
EXPOSE 6379/tcp

0 comments on commit 0b0dc4a

Please sign in to comment.