Agnostic volume mapping in Docker Compose yaml
I have:
services:
httpd:
volumes:
- "C:\\path\\to\\repo:/path/to/code"
How do I make the source path agnostic so my colleague using a Mac can simply docker compose the yaml file?