This repository was archived by the owner on Dec 1, 2022. It is now read-only.
Releases: TheFrankyJoe/docker-compose-wsl
Releases · TheFrankyJoe/docker-compose-wsl
Version 0.4
Remove the shell=True argument for the subprocess running the docker-compose command in order to fix potential shell injection vulnerability
Version 0.3
Add support for auto-translating any Windows path(s) passed on the command-line & handle keyboard interrupt gracefully
Version 0.2
- Add support for auto-translating Windows path(s) to WSL path(s) for all Windows drive(s)
- Path(s) passed using the -f argument will be translated
- Path(s) inside the Docker Compose file(s) will be translated
Version 0.1
- Add initial support for translating C:\ Windows path(s) to /c WSL path(s)