What is the syntax for specifying the host path of a named volume in docker-compose.yml?
My docker-compose.yml file
volumes:
myvolume: # how do I specify path here?
othervolume:
services: # etc...
I read docs but couldn't find it. Anyone knows this stuff?