Created
          December 4, 2022 16:54 
        
      - 
      
 - 
        
Save antonpegov/3dfeb2d427da55474adee518f4c2df6c to your computer and use it in GitHub Desktop.  
Revisions
- 
        
antonpegov created this gist
Dec 4, 2022 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ # Stop the container(s) using the following command: docker-compose down # Delete all containers using the following command: docker rm -f $(docker ps -a -q) # Delete all volumes using the following command: docker volume rm $(docker volume ls -q) # Restart the containers using the following command: docker-compose up -d