This commit is contained in:
Stavros
2025-11-04 17:37:40 +02:00
parent 5f7e89c330
commit 1ad862d86c
13 changed files with 155 additions and 230 deletions

View File

@@ -82,7 +82,7 @@ func (docker *DockerService) GetLabels(appDomain string) (config.App, error) {
return config.App{}, err
}
labels, err := decoders.DecodeLabels(inspect.Config.Labels)
labels, err := decoders.DecodeLabels[config.Apps](inspect.Config.Labels)
if err != nil {
return config.App{}, err
}