fixed app wallabag: replaced redis with correct valkey image
This commit is contained in:
parent
b5d2ee88ca
commit
060734612f
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "valkey",
|
"name": "valkey",
|
||||||
"image": "valkey:alpine",
|
"image": "valkey/valkey:alpine",
|
||||||
"healthCheck": {
|
"healthCheck": {
|
||||||
"test": "CMD valkey-cli ping",
|
"test": "CMD valkey-cli ping",
|
||||||
"interval": "20s",
|
"interval": "20s",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue