Last active
October 18, 2022 15:05
-
-
Save brunohulk/bd6229a1471100b68b219db017d6975d to your computer and use it in GitHub Desktop.
Recreate docker containers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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