Skip to content

Commit

Permalink
Add --restart no to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
academo committed Jul 29, 2021
1 parent 04f41a9 commit acb753d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/fleet.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def fleet(run, snapshot, docker_ip):
click.echo(" - Autodetected docker host ip: " + colored(docker_ip, "blue"))

docker_command = """docker run \
--restart no \
--add-host kibana:{host_ip} \
--add-host elasticsearch:{host_ip} \
--add-host fleetserver:127.0.0.1 \
Expand Down

0 comments on commit acb753d

Please sign in to comment.