We should create a document link for `./a.txt` relative to the Compose file. ```YAML services: test: volumes: - ./a.txt:/mount/a.txt ```