mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
disable docker health checks
This commit is contained in:
committed by
Aiden McClelland
parent
13f08242dd
commit
f69d4a386c
@@ -63,7 +63,8 @@ impl DockerAction {
|
||||
.arg("--network=start9")
|
||||
.arg(format!("--add-host=embassy:{}", Ipv4Addr::from(HOST_IP)))
|
||||
.arg("--name")
|
||||
.arg(&container_name);
|
||||
.arg(&container_name)
|
||||
.arg("--no-healthcheck");
|
||||
}
|
||||
cmd.args(
|
||||
self.docker_args(ctx, pkg_id, pkg_version, volumes, allow_inject)
|
||||
|
||||
Reference in New Issue
Block a user