Last active
July 5, 2021 15:12
-
-
Save s-chb/5fd544af65ca17a55078c3e2b1173c6c 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
# If you want to stop and remove your stopped containers: | |
docker stop $(docker ps -a -q) && | |
docker rm $(docker ps -a -q) | |
# Run containers: | |
docker-compose up -d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment