Created
March 14, 2019 14:38
-
-
Save stepansib/d4858f844e6401c9c8a42c1796ae53d8 to your computer and use it in GitHub Desktop.
#docker compose commands
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
docker-compose ps | |
docker-compose up -d --build --remove-orphans | |
docker-compose stop | |
docker-compose stop && docker-compose up -d --build --remove-orphans | |
docker-compose down && docker-compose pull && docker-compose build --pull && docker-compose up -d --build --remove-orphans | |
docker-compose pull |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment