Releases: qoomon/docker-host
Releases · qoomon/docker-host
v3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
Features
- change port range syntax to docker style
docker run -p 8000-9000
- old syntax
8000:9000
; new syntax8000-9000
- old syntax
- port mapping e.g.
443:8443
BREAKING CHANGES
- syntax for port ranges changed from
8000:9000
to8000-9000
- old port range syntax now results in port mapping