[ Agent ] [ App ] - offline build chrony server -1

This commit is contained in:
zeaslity
2023-12-15 14:20:04 +08:00
parent 5304326a05
commit a3185f0241

View File

@@ -1819,7 +1819,7 @@ func (op *AgentOsOperator) installChronyByDockerExec(funcArgs []string) (bool, [
ok, resultLog := AllCommandExecutor([]string{
"docker",
"run",
"-name=chrony",
"--name=chrony",
"--restart=always",
"--detach",
"--publish=123:123/udp",