Skip to content

Instantly share code, notes, and snippets.

@domwoe
Last active August 28, 2020 07:26
Show Gist options
  • Save domwoe/cdad689905fe7d6339384c1629ff5d7f to your computer and use it in GitHub Desktop.
Save domwoe/cdad689905fe7d6339384c1629ff5d7f to your computer and use it in GitHub Desktop.
docker-compose
Removing volumes
`docker-compose down -v`
Removing images
`docker-compose down --rmi all`
Fetching updated images
`docker-compose pull`
Start with rebuilding the images
`docker-compose up --build`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment