Skip to content

Update README.md#6

Open
bastiaan13345 wants to merge 1 commit into
mudler:mainfrom
bastiaan13345:patch-1
Open

Update README.md#6
bastiaan13345 wants to merge 1 commit into
mudler:mainfrom
bastiaan13345:patch-1

Conversation

@bastiaan13345

Copy link
Copy Markdown

No description provided.

Copilot AI review requested due to automatic review settings March 7, 2026 07:17

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the README’s Docker usage example for running SkillServer with environment variables.

Changes:

  • Changed the Docker port mapping from 8080 to 8034 in the env-var-based example.
  • Updated SKILLSERVER_PORT in that example to 8034.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
Comment on lines +102 to +104
docker run -p 8034:8034 \
-e SKILLSERVER_DIR=/app/skills \
-e SKILLSERVER_PORT=8080 \
-e SKILLSERVER_PORT=8034 \

Copilot AI Mar 7, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Docker example switches the exposed and configured port to 8034, but the rest of the README (and the application default in cmd/skillserver/main.go) still uses 8080. This creates conflicting instructions (e.g., default port table, other Docker example, and the localhost URL). Either keep this example on 8080, or update all related README references (and any code defaults if intended) so the documented port is consistent.

Copilot uses AI. Check for mistakes.
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