Skip to content

docs: fix dev compose watch command compatibility#52

Merged
igorsatsyuk merged 1 commit into
masterfrom
chore/compose-dev-prod-overrides
Apr 6, 2026
Merged

docs: fix dev compose watch command compatibility#52
igorsatsyuk merged 1 commit into
masterfrom
chore/compose-dev-prod-overrides

Conversation

@igorsatsyuk
Copy link
Copy Markdown
Owner

What

  • replace unsupported docker compose ... up --build --watch usage in README
  • document compatible flow: up --build + optional docker compose ... watch in a second terminal
  • add fallback for older Compose versions: restart jwt-demo

Why

Some Docker Compose versions do not support up --watch and fail with unknown flag: --watch.

Scope

Documentation-only change in README.md.

Copilot AI review requested due to automatic review settings April 6, 2026 06:08
Copy link
Copy Markdown

Copilot AI left a comment

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 development workflow instructions in README.md to avoid using the unsupported docker compose up --watch flag and instead document Compose-version-compatible alternatives.

Changes:

  • Replace docker compose ... up --build --watch with a two-step flow: up --build then docker compose ... watch in a second terminal.
  • Add a fallback workflow for older Docker Compose versions: manually restart jwt-demo after code changes.

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

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Apr 6, 2026

@igorsatsyuk igorsatsyuk merged commit b79c83b into master Apr 6, 2026
10 checks passed
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