Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: user-defined labels not being passed to environment (pterodactyl…
Browse files Browse the repository at this point in the history
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
@@ -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

0 comments on commit 5672d16

Please sign in to comment.