server: Fix missing user defined labels in environment settings

This commit is contained in:
Daniel Barton 2024-06-06 15:33:17 +08:00
parent 9ffbcdcdb1
commit f7f7eebe1d

View File

@ -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