Skip to content

Commit

Permalink
Router and proxy run with --restart=always
Browse files Browse the repository at this point in the history
  • Loading branch information
awh committed Mar 10, 2016
1 parent a573357 commit 1a5bfe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weave
Expand Up @@ -112,7 +112,7 @@ docker_sock_options() {
}

docker_run_options() {
echo --privileged --net=host $(docker_sock_options)
echo --privileged --net=host --restart=always $(docker_sock_options)
}

exec_remote() {
Expand Down

0 comments on commit 1a5bfe9

Please sign in to comment.