Skip to content

Commit 6ec4be5

Browse files
scjanejohndmulhausen
authored andcommitted
Update autorestart.md (docker#2485)
1 parent dd9303e commit 6ec4be5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-cloud/apps/autorestart.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Autorestart is set to `OFF` by default, which means that autorestart is *deactiv
3838
### Using the API and CLI
3939

4040
You can set the **Autorestart** option when launching a service through the
41-
API and through the CLI. Autorestart is set to `OFF` by default. 
41+
API and through the CLI. Autorestart is set to `OFF` by default. 
4242

4343
#### Set autorestart using the API
4444

@@ -60,7 +60,7 @@ See our [API documentation](/apidocs/docker-cloud.md) for more information.
6060

6161
## Enabling autorestart on an already deployed service
6262

63-
You can activate or deactivate **Autorestart** on a service after it has been deployed by editing the service.
63+
You can activate or deactivate **Autorestart** on a service after it has been deployed by editing the service.
6464

6565
1. Go to the service detail page.
6666
2. Click **Edit**.
@@ -85,4 +85,4 @@ PATCH /api/app/v1/service/(uuid)/ HTTP/1.1
8585
$ docker-cloud service set --autorestart ALWAYS (name or uuid)
8686
```
8787

88-
See the [API documentation](/apidocs/docker-cloud.md) for more information.
88+
See the [API documentation](/apidocs/docker-cloud.md) for more information.

0 commit comments

Comments
 (0)