Skip to content

Commit

Permalink
Merge pull request #1056 from miketheman/patch-1
Browse files Browse the repository at this point in the history
Update docker-compose plugin
  • Loading branch information
nwinkler authored Oct 13, 2017
2 parents c1eb05c + 14261ec commit 9f02aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/available/docker-compose.plugin.bash
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function docker-compose-fresh() {
fi

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 logs -f --tail 100
}

0 comments on commit 9f02aa5

Please sign in to comment.