fix: Local API requires docker exec when running with Docker Compose#285
Closed
rud3ka wants to merge 1 commit intodocumentationfrom
Closed
fix: Local API requires docker exec when running with Docker Compose#285rud3ka wants to merge 1 commit intodocumentationfrom
rud3ka wants to merge 1 commit intodocumentationfrom
Conversation
…cker Compose - Add warning that Local API returns 401 when called from host machine - Add docker exec example for Docker Compose deployments - Clarify standalone vs Docker Compose usage for both curl and wget examples - Fix curl example: https -> http (Local API does not use TLS) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
|
Hi @rud3ka , we do not support deployment using |
Collaborator
Author
|
Thank you for the clarification! You're right — the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes incorrect instructions in
create-super-administrator.mdfound during hands-on testing of the Docker Compose setup.localhost:8080directly from the host machine returns HTTP 401docker execexample: correct way to call Local API in a Docker Compose setuphttps://localhost→http://localhost(Local API does not use TLS)Test plan
create-super-administrator.mdwith a Docker Compose setupdocker exec core curl ...successfully creates the adminlocalhost:8080directly from host returns 401🤖 Generated with Claude Code