mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2025-03-09 12:41:13 +01:00
chore(deps): update docker.io/library/redis docker tag to v7.4.0
This commit is contained in:
parent
b9187f9d24
commit
b5afcdc5c5
@ -18,7 +18,7 @@ services:
|
|||||||
- postgres_data:/var/lib/postgresql/data
|
- postgres_data:/var/lib/postgresql/data
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
redis:
|
redis:
|
||||||
image: docker.io/library/redis:7.2.5
|
image: docker.io/library/redis:7.4.0
|
||||||
container_name: authentik-redis
|
container_name: authentik-redis
|
||||||
command: --save 60 1 --loglevel warning
|
command: --save 60 1 --loglevel warning
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
Loading…
Reference in New Issue
Block a user