mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
135f8f9674
This fix catches the case where there is a single container port and a dynamic host port and will fail out gracefully Example docker-compose.yml snippet: port: ports: - "8091-8093:8091" - "80:8080" Signed-off-by: Tony Abboud <tdabboud@hotmail.com> |
||
---|---|---|
.. | ||
compose.go | ||
compose_test.go | ||
service.go | ||
service_test.go | ||
volume.go | ||
volume_test.go |