Skip to content

4.0.0

Choose a tag to compare

@LeoColomb LeoColomb released this 26 May 13:08
· 254 commits to main since this release
bc49309

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

Full Changelog: 3.0.1...4.0.0