You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had the same issue on Win11 and Powershell. Powershell added the slash at the beginning of the filepath due to completion .\docker-compose.yaml. After removing the .\ everything is working.
I cd into my project folder.
$ docker run --rm -it --name dcv -v $(pwd):/input pmsipilot/docker-compose-viz render -m image ./docker-compose.yml
In functions.php line 35:
File "./docker-compose.yml" does not exist
render [--override OVERRIDE] [-o|--output-file OUTPUT-FILE] [-m|--output-format OUTPUT-FORMAT] [--graphviz-output-format GRAPHVIZ-OUTPUT-FORMAT] [--only ONLY] [-f|--force] [--no-volumes] [--no-networks] [--no-ports] [-r|--horizontal] [--ignore-override] [--background BACKGROUND] [--] []
I can confirm docker-compose.yml exists in the current working directory.
Am i missing something?
The text was updated successfully, but these errors were encountered: