Merge pull request #1056 from miketheman/patch-1

Update docker-compose plugin
pull/1058/head
Nils Winkler 2017-10-13 19:52:07 +02:00 committed by GitHub
commit 9f02aa5028
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ function docker-compose-fresh() {
fi fi
docker-compose $DCO_FILE_PARAM stop docker-compose $DCO_FILE_PARAM stop
docker-compose $DCO_FILE_PARAM rm -f --all docker-compose $DCO_FILE_PARAM rm -f
docker-compose $DCO_FILE_PARAM up -d docker-compose $DCO_FILE_PARAM up -d
docker-compose $DCO_FILE_PARAM logs -f --tail 100 docker-compose $DCO_FILE_PARAM logs -f --tail 100
} }