Similar to #460, we should provide links for `bind` mounts that reference a file. ```YAML services: test: volumes: - type: bind source: ./a.txt target: /mnt/a.txt ```