mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 16:28:08 +01:00
Upgrade redis in docker-compose.yml from 4 to 5 (#9063)
This commit is contained in:
parent
5ff06af2d2
commit
ab829d4aa8
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ services:
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
restart: always
|
restart: always
|
||||||
image: redis:4.0-alpine
|
image: redis:5.0-alpine
|
||||||
networks:
|
networks:
|
||||||
- internal_network
|
- internal_network
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|
Loading…
Reference in a new issue