Change web UI port to 8081 #2
Reference in New Issue
Block a user
Delete Branch "codex/add-integration-for-chatgpt.com-pydla4"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Motivation
8080to8081as requested.Description
.envtoWEBGUI_PORT=8081and adjusted thedocker-compose.ymlport mapping to"${WEBGUI_PORT:-8081}:8080".README.mdWebUI reference tohttp://<host>:8081and added a short note about thehosterengine (existing feature surface)..env,docker-compose.yml,README.md) with the messageChange web UI port to 8081.Testing
Codex Task