Skip to content

Commit

Permalink
server(install): remove privileges from install container
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpi committed May 10, 2023
1 parent fb65487 commit c0aff69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,6 @@ func (ip *InstallationProcess) Execute() (string, error) {
"compress": "false",
},
},
Privileged: true,
NetworkMode: container.NetworkMode(config.Get().Docker.Network.Mode),
UsernsMode: container.UsernsMode(config.Get().Docker.UsernsMode),
}
Expand Down

0 comments on commit c0aff69

Please sign in to comment.