fix: configure middlewares before groups

This commit is contained in:
Stavros
2025-08-26 13:17:10 +03:00
parent 77296daef3
commit 8435cbe434
3 changed files with 10 additions and 6 deletions

View File

@@ -30,6 +30,9 @@ func (docker *DockerService) Init() error {
ctx := context.Background()
client.NegotiateAPIVersion(ctx)
docker.Client = client
docker.Context = ctx
return nil
}