mirror of https://github.com/docker/docs.git
fix(desktop): correct link for bind mount options (#19388)
This was linking to `secret create`, which is wrong. It's on the `service create` docs (which is almost as random). Signed-off-by: Milas Bowman <milas.bowman@docker.com>
This commit is contained in:
parent
7159870c4c
commit
946957df4a
|
@ -45,7 +45,7 @@ When the status indicator displays **Watching for filesystem changes**, your fil
|
|||
|
||||
>**Note**
|
||||
>
|
||||
> When you create a new service, setting the [bind mount option consistency](../engine/reference/commandline/secret_create.md#options-for-bind-mounts) to `:consistent` bypasses Synchronized file shares.
|
||||
> When you create a new service, setting the [bind mount option consistency](../engine/reference/commandline/service_create.md#options-for-bind-mounts) to `:consistent` bypasses Synchronized file shares.
|
||||
|
||||
## Explore your file share instance
|
||||
|
||||
|
|
Loading…
Reference in New Issue