mirror of https://github.com/docker/docs.git
Update use-domain-names-to-access-services.md (#3045)
Repair the inconsistency between subject and pronoun.
This commit is contained in:
parent
33eadaeece
commit
414eeed99a
|
@ -135,7 +135,7 @@ These keys are supported:
|
||||||
|
|
||||||
You can use the `sticky_sessions` value to always route a user to the same
|
You can use the `sticky_sessions` value to always route a user to the same
|
||||||
backend service. The first time a user makes a request, the service includes
|
backend service. The first time a user makes a request, the service includes
|
||||||
a cookie in the response. When the user makes a new request, their browser
|
a cookie in the response. When the user makes a new request, the user's browser
|
||||||
will send the cookie, and the HTTP routing mesh can use it to decide to which
|
will send the cookie, and the HTTP routing mesh can use it to decide to which
|
||||||
service to route to.
|
service to route to.
|
||||||
|
|
||||||
|
@ -186,5 +186,5 @@ you can create an overlay network that contains the `com.docker.mesh.http` label
|
||||||
docker network create -d overlay --label com.docker.ucp.mesh.http=true new-hrm-network
|
docker network create -d overlay --label com.docker.ucp.mesh.http=true new-hrm-network
|
||||||
```
|
```
|
||||||
|
|
||||||
If you're creating a a new HRM network you need to disable the HRM service first, or disable
|
If you're creating a new HRM network you need to disable the HRM service first, or disable
|
||||||
and enable the HRM service after you create the network else HRM will not be available on new network.
|
and enable the HRM service after you create the network else HRM will not be available on new network.
|
||||||
|
|
Loading…
Reference in New Issue