Skip to content

feat: add WEBUI_PORT to change the default listening port - #186

Merged
mrusse merged 1 commit into
mrusse:devfrom
FineWolf:feature/docker-webui-port
Apr 27, 2026
Merged

feat: add WEBUI_PORT to change the default listening port#186
mrusse merged 1 commit into
mrusse:devfrom
FineWolf:feature/docker-webui-port

Conversation

@FineWolf

Copy link
Copy Markdown
Contributor

When running multiple containers on a shared pod, it is useful to have the ability to change the port services listen to.

Right now, there is no way to do so cleanly using the current container. Passing --port 1234 when calling run causes the container to fail, as the same arguments are passed to both webui.py and soularr.py.

Changes

  • Added WEBUI_PORT variable to the run.sh file.
  • Adjusted README.md to document the use of that new variable.

@mrusse
mrusse changed the base branch from main to dev April 27, 2026 02:36
@mrusse

mrusse commented Apr 27, 2026

Copy link
Copy Markdown
Owner

Merging to dev, tyvm. Will be included in the next merge to main.

@mrusse
mrusse merged commit f9e0ab9 into mrusse:dev Apr 27, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants