Skip to content

Instantly share code, notes, and snippets.

@s-chb
Created July 15, 2020 07:32
Show Gist options
  • Save s-chb/11e25b2850153f5437102cd64cdf9825 to your computer and use it in GitHub Desktop.
Save s-chb/11e25b2850153f5437102cd64cdf9825 to your computer and use it in GitHub Desktop.
docker stop $(docker ps -a -q) &&
docker rm $(docker ps -a -q) &&
docker-compose up -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment