fix: typo in kinkding image

This commit is contained in:
Daniel Cosme
2026-04-17 20:53:31 -04:00
parent 573e8b6670
commit 3a0b0d7f72
2 changed files with 2 additions and 2 deletions

View File

@@ -8,6 +8,6 @@ type Service struct {
var Linkding = Service{
Name: "linkding",
Image: "sissbruecket/linkding:1.31.0",
Image: "sissbruecker/linkding:1.31.0",
Port: 9090,
}