Skip to content

Commit

Permalink
fix: user-defined labels not being passed to environment (pterodactyl…
Browse files Browse the repository at this point in the history
  • Loading branch information
danny6167 authored and dannyhpy committed Jul 5, 2024
1 parent 14c68bf commit 5672d16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5672d16

Please sign in to comment.