Change web UI port to 8081 #2

Merged
DasPoschi merged 1 commits from codex/add-integration-for-chatgpt.com-pydla4 into main 2026-01-04 11:49:21 +00:00
DasPoschi commented 2026-01-04 11:49:10 +00:00 (Migrated from github.com)

Motivation

  • Avoid port conflict by changing the default Web UI port from 8080 to 8081 as requested.
  • Keep environment, compose mapping and documentation in sync so users get the updated default immediately.

Description

  • Updated the default in .env to WEBGUI_PORT=8081 and adjusted the docker-compose.yml port mapping to "${WEBGUI_PORT:-8081}:8080".
  • Updated the README.md WebUI reference to http://<host>:8081 and added a short note about the hoster engine (existing feature surface).
  • Staged and committed the three modified files (.env, docker-compose.yml, README.md) with the message Change web UI port to 8081.

Testing

  • No automated tests were run because this is a configuration and documentation-only change.
  • The change was committed successfully (3 files changed, 3 insertions(+), 3 deletions(-)).

Codex Task

### Motivation - Avoid port conflict by changing the default Web UI port from `8080` to `8081` as requested. - Keep environment, compose mapping and documentation in sync so users get the updated default immediately. ### Description - Updated the default in `.env` to `WEBGUI_PORT=8081` and adjusted the `docker-compose.yml` port mapping to `"${WEBGUI_PORT:-8081}:8080"`. - Updated the `README.md` WebUI reference to `http://<host>:8081` and added a short note about the `hoster` engine (existing feature surface). - Staged and committed the three modified files (`.env`, `docker-compose.yml`, `README.md`) with the message `Change web UI port to 8081`. ### Testing - No automated tests were run because this is a configuration and documentation-only change. - The change was committed successfully (3 files changed, 3 insertions(+), 3 deletions(-)). ------ [Codex Task](https://chatgpt.com/codex/tasks/task_e_695a4cca19808327bf70c2cc3b942c55)
Sign in to join this conversation.