Skip to content

Commit

Permalink
Update containerz.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
marcushines authored Nov 1, 2023
1 parent 0b9f304 commit d89246c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containerz/containerz.proto
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ message StopRequest {

// If auto_restart is set, the target should start the container immediately
// after stopping it.
bool auto_restart = 3;
bool restart = 3;
}

message StopResponse {
Expand Down

0 comments on commit d89246c

Please sign in to comment.