mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-24 17:24:25 +01:00
Merge pull request #445 from ChristianLempa/renovate/docker.io-library-redis-7.4.x
chore(deps): update docker.io/library/redis docker tag to v7.4.1
This commit is contained in:
commit
e397af39b8
@ -18,7 +18,7 @@ services:
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
restart: unless-stopped
|
||||
redis:
|
||||
image: docker.io/library/redis:7.4.0
|
||||
image: docker.io/library/redis:7.4.1
|
||||
container_name: authentik-redis
|
||||
command: --save 60 1 --loglevel warning
|
||||
healthcheck:
|
||||
|
Loading…
Reference in New Issue
Block a user