[x] DO make sure you are requesting to pull a topic/feature/bugfix branch (right side). Don't request your master!
[x] DO make sure you are making a pull request against the master branch (left side). Also you should start your branch off our master.
[x] DO make sure that File Browser can be successfully built. See builds and development.
[x] DO make sure that related issues are opened in other repositories. I.e., the frontend, caddy plugins or the web page need to be updated accordingly.
[x] AVOID breaking the continuous integration build.
Yeah I believe pretty common practice to at least have whatever the default is exposed, that way it's a relatively easy plug-and-play when running containerized as well. Thanks for the merge :heart:
Description
This adds an EXPOSE directive (using default port 80) so container-aware reverse proxies like Traefik can discover the port to forward to.
:rotating_light: Before submitting your PR, please read community, and indicate which issues (in any of the repos) are either fixed or closed by this PR. See GitHub Help: Closing issues using keywords.
Further comments