gtsteffaniak / filebrowser

📂 Web File Browser
Apache License 2.0
19 stars 2 forks source link

Add EXPOSE directive for autodiscovery and friends #234

Closed chessmango closed 5 days ago

chessmango commented 6 days ago

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

chessmango commented 3 days ago

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: