We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 540f2ee commit ba48bc1Copy full SHA for ba48bc1
CHANGELOG.md
@@ -4,10 +4,14 @@ All notable changes to this project will be documented in this file.
4
## UNRELEASED
5
### Fixed
6
- Fixed local Docker Compose executable name resolution on Windows (#416)
7
-- Made tar composing work on Windows as well (#444)
+- Fix TAR composition on Windows (#444)
8
+- Allow `addExposedPort` to be used after ports have been specified with `withExposedPorts` (#453)
9
+- Stop creation of temporary directory prior to creating temporary file (#443)
10
11
### Changed
12
- Load `DockerClientProviderStrategy` via Service Loader (#434, #435)
13
+- Make it possible to specify docker compose container is configuration (#422, #425)
14
+
15
16
## [1.4.2] - 2017-07-25
17
0 commit comments