Fix docker user and write configuration to disk when setting user

This commit is contained in:
Dane Everitt
2019-04-06 16:03:02 -07:00
parent 6e2a442846
commit 94223bafec
3 changed files with 60 additions and 12 deletions

View File

@@ -171,7 +171,7 @@ func FromConfiguration(data []byte, cfg *config.SystemConfiguration) (*Server, e
}
withConfiguration := func (e *DockerEnvironment) {
e.User = cfg.User
e.User = cfg.User.Uid
e.TimezonePath = cfg.TimezonePath
e.Server = s
}