Always rebuild the container when a server is started

This commit is contained in:
Dane Everitt
2019-12-22 13:52:22 -08:00
parent fabaf21a0d
commit 2d0faadeb6
3 changed files with 5 additions and 29 deletions

View File

@@ -58,8 +58,6 @@ type Server struct {
// If set to true, OOM killer will be disabled on the server's Docker container.
// If not present (nil) we will default to disabling it.
OomDisabled bool `default:"true" json:"oom_disabled" yaml:"oom_disabled"`
// Defines if the container needs to be rebuilt on the next boot.
RebuildRequired bool `default:"false" json:"rebuild_required,omitempty" yaml:"rebuild_required"`
} `json:"container,omitempty"`
// Server cache used to store frequently requested information in memory and make