Skip to content

Instantly share code, notes, and snippets.

@ErgEnn
Created January 7, 2023 12:55
Show Gist options
  • Save ErgEnn/da30aa239a30c1f4fb58d31384467bed to your computer and use it in GitHub Desktop.
Save ErgEnn/da30aa239a30c1f4fb58d31384467bed to your computer and use it in GitHub Desktop.
docker-compose util
# recursively run docker-compose on all docker-compose.yml
dir -recurse -include docker-compose.yml | Foreach {docker-compose --file $_.fullName down}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment