Closed Snuffy2 closed 3 months ago
No plans to make the internal port configurable, mainly for two reasons: consistency with other repositories and a policy of only making changes when they are strictly critical to functionality. Apologies if you put significant effort into this.
As a workaround see this from @TheLazyGeekGuy https://github.com/TheWicklowWolf/Lidify/issues/3#issuecomment-2187351431
Download and modify gunicorn_config.py with the correct local port you want, mount it as a .. file !
it does the job :)
volumes: - /local_path/gunicorn_config.py:/lidify/gunicorn_config.py
Allows users to set EBB_PORT to the desired Port. Defaults to 5000 if not set.
Fixes #3
Example Docker Compose: