docs: update link to `mount` in Docker task driver (#12101)

This commit is contained in:
Luiz Aoqui 2022-02-22 13:39:49 -05:00 committed by GitHub
parent 6ccdc6a022
commit 02ee075506
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ config {
that exist inside the allocation working directory. You can allow mounting that exist inside the allocation working directory. You can allow mounting
host paths outside of the [allocation working directory] on individual clients host paths outside of the [allocation working directory] on individual clients
by setting the `docker.volumes.enabled` option to `true` in the client's by setting the `docker.volumes.enabled` option to `true` in the client's
configuration. We recommend using [`mounts`](#mounts) if you wish to have more configuration. We recommend using [`mount`](#mount) if you wish to have more
control over volume definitions. control over volume definitions.
```hcl ```hcl