Skip to content

Instantly share code, notes, and snippets.

@mgk
Forked from brunohulk/Recreate container
Created October 18, 2022 15:05
Show Gist options
  • Save mgk/146610d9b408c88226838cd1694515e4 to your computer and use it in GitHub Desktop.
Save mgk/146610d9b408c88226838cd1694515e4 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