Created
July 14, 2020 11:36
-
-
Save v-vashchenko/a05624f82730cf0fd7e1aa1eab33a65f to your computer and use it in GitHub Desktop.
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 characters
// clear docker volumes and start with clean page | |
docker-compose down | |
docker rm -f $(docker ps -a -q) | |
docker volume rm $(docker volume ls -q) | |
docker-compose up -d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment