Exposing Ports
You can expose TCP ports to the outside world by specifying the ports you want to expose in theports parameter.
ports accepts a list, so you can expose multiple ports too.
In the example below, we expose two ports:
8888for a Jupyter Notebook server3000for a separate application or web server