Skip to content

Instantly share code, notes, and snippets.

@brunohulk
Last active October 18, 2022 15:05
Show Gist options
  • Save brunohulk/bd6229a1471100b68b219db017d6975d to your computer and use it in GitHub Desktop.
Save brunohulk/bd6229a1471100b68b219db017d6975d to your computer and use it in GitHub Desktop.
Recreate docker containers
docker-compose rm --all && docker-compose pull && docker-compose build --no-cache && docker-compose up -d --force-recreate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment