Skip to content
This repository was archived by the owner on Dec 1, 2022. It is now read-only.

Releases: TheFrankyJoe/docker-compose-wsl

Version 0.4

12 Apr 14:06
15a489e

Choose a tag to compare

Remove the shell=True argument for the subprocess running the docker-compose command in order to fix potential shell injection vulnerability

Version 0.3

09 Apr 14:34
813d859

Choose a tag to compare

Add support for auto-translating any Windows path(s) passed on the command-line & handle keyboard interrupt gracefully

Version 0.2

08 Apr 22:20
1eb5d5b

Choose a tag to compare

  • 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

05 Apr 18:10
708c736

Choose a tag to compare

  • Add initial support for translating C:\ Windows path(s) to /c WSL path(s)