docs: fix docker container names in local setup guides#577
Merged
Conversation
Docker Compose v2 derives container names from the directory name using dashes. Since the docs instruct users to create an `open-notebook-local` folder, the correct container name is `open-notebook-local-ollama-1`, not `open_notebook-ollama-1`. Fixes #575
Merged
demobdev
pushed a commit
to demobdev/open-notebook
that referenced
this pull request
Feb 25, 2026
Docker Compose v2 derives container names from the directory name using dashes. Since the docs instruct users to create an `open-notebook-local` folder, the correct container name is `open-notebook-local-ollama-1`, not `open_notebook-ollama-1`. Fixes lfnovo#575
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
quick-start-local.md(6 occurrences) anddocker-compose.md(1 occurrence)open-notebook-local-ollama-1, notopen_notebook-ollama-1Test plan
docker execcommands reference the correct container name matching theopen-notebook-localdirectory nameFixes #575