Skip to content

Commit

Permalink
bump redis
Browse files Browse the repository at this point in the history
  • Loading branch information
escoand authored Oct 18, 2024
1 parent 0da58c5 commit 1b3369a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions systemd/redis.container
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Description=Redis
[Container]
ContainerName=redis
Exec=docker-entrypoint.sh --appendonly no --protected-mode no --save ""
Image=docker.io/library/redis:7.4.0-alpine
HealthCmd=redis-cli --raw incr ping
Image=docker.io/library/redis:7.4.1-alpine
HealthCmd=redis-cli --raw incr ping

0 comments on commit 1b3369a

Please sign in to comment.