4.0.0
Warning
Breaking change: The default exposed ports are now 8080 and 8443, instead of 80 and 443.
Ports 80 and 443 are outside userland Linux kernel boundaries.
If the container is run as a rootless process in a rather strict environment, it cannot bind these ports.
Kernel capabilities can be requested to gain access (for instance, the CAP_NET_BIND_SERVICE capability), but additional capabilities are considered security weaknesses.
In order to comply with strict environments, default ports are now 8080 and 8443.
What's Changed
- Implement proper virtual host by @LeoColomb in #336
Full Changelog: 3.0.1...4.0.0