From f7f7eebe1d9c7af512202a23018536802ca9796c Mon Sep 17 00:00:00 2001 From: Daniel Barton Date: Thu, 6 Jun 2024 15:33:17 +0800 Subject: [PATCH] server: Fix missing user defined labels in environment settings --- server/update.go | 1 + 1 file changed, 1 insertion(+) diff --git a/server/update.go b/server/update.go index c8a57bb..3c1f365 100644 --- a/server/update.go +++ b/server/update.go @@ -28,6 +28,7 @@ func (s *Server) SyncWithEnvironment() { Mounts: s.Mounts(), Allocations: cfg.Allocations, Limits: cfg.Build, + Labels: cfg.Labels, }) // For Docker specific environments we also want to update the configured image