Skip to content

Commit

Permalink
release notes removed from README
Browse files Browse the repository at this point in the history
  • Loading branch information
augi committed Jul 3, 2018
1 parent 731da1d commit a93eb4f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,3 @@ It's very handy in scenarios when you iterate quickly and e.g. don't want to wai
* Check [ContainerInfo.groovy](/src/main/groovy/com/avast/gradle/dockercompose/ContainerInfo.groovy) to see what you can know about running containers.
* You can determine the Docker host in your Gradle build (i.e. `docker-machine start`) and set the `DOCKER_HOST` environment variable for compose to use: `dockerCompose { environment.put 'DOCKER_HOST', '192.168.64.9' }`
* If the services executed by `docker-compose` are running on a specific host (different than Docker, like in CirceCI 2.0), then `SERVICES_HOST` environment variable can be used. This value will be used as the hostname where the services are expected to be listening.

# Release notes
## 0.8.0
* New parameter `buildBeforePull` that runs `docker-compose build` before `composePull` task. Previously this behaviour
was set by `buildBeforeUp`. The `buildBeforePull` parameter is currently used onl for `composeUp` task.

0 comments on commit a93eb4f

Please sign in to comment.