Skip to content

Instantly share code, notes, and snippets.

@voronenko-p
Created September 20, 2017 14:10
Show Gist options
  • Save voronenko-p/89b123dcf1232758092f2d030ca3cf36 to your computer and use it in GitHub Desktop.
Save voronenko-p/89b123dcf1232758092f2d030ca3cf36 to your computer and use it in GitHub Desktop.
compose-up:
@docker-compose up --no-recreate
compose-stop:
@docker-compose stop
compose-down: compose-stop
@docker-compose rm --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment