Skip to content

Commit

Permalink
Merge pull request #7178 from adamancini/patch-8
Browse files Browse the repository at this point in the history
Merging based on previous conversation
  • Loading branch information
bermudezmt committed Jan 2, 2019
2 parents 77592fc + 5e8f7a2 commit e6edbdd
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions compose/compose-file/index.md
Expand Up @@ -1950,9 +1950,12 @@ Specify a list of options as key-value pairs to pass to the driver for this
volume. Those options are driver-dependent - consult the driver's
documentation for more information. Optional.

driver_opts:
foo: "bar"
baz: 1
volumes:
example:
driver_opts:
type: "nfs"
o: "addr=10.40.0.199,nolock,soft,rw"
device: ":/docker/example"

### external

Expand Down

0 comments on commit e6edbdd

Please sign in to comment.