Skip to content

Commit

Permalink
fix double service name
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Ryabov <i@sepa.spb.ru>
  • Loading branch information
sepich committed Jan 30, 2018
1 parent 01363b5 commit 9ef05c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/commandline/service_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ The following example adds a new alias name to an existing service already conne
```bash
$ docker service update \
--network-rm my-network \
--network-add name=my-network,alias=web1 my-web \
--network-add name=my-network,alias=web1 \
myservice
```

Expand Down

0 comments on commit 9ef05c5

Please sign in to comment.