Skip to content

fix: missing docker compose up command in quick start#1335

Open
mervivian wants to merge 1 commit into
jitsucom:newjitsufrom
mervivian:fix/readme-missing-docker-compose-up
Open

fix: missing docker compose up command in quick start#1335
mervivian wants to merge 1 commit into
jitsucom:newjitsufrom
mervivian:fix/readme-missing-docker-compose-up

Conversation

@mervivian
Copy link
Copy Markdown

Summary

The Docker Compose quick start in README.md was missing the actual docker compose up command. After cloning the repo, cd-ing into the docker folder, and touching .env.local, the code block ended with a stray # comment and a blank line — leaving users with no command to actually start Jitsu.

How to reproduce

  1. Open README.md and find the "Docker Compose" section under "Install Jitsu"
  2. Follow the commands in the bash block — the last line is # with nothing after it
  3. No command is given to start the services

Test plan

  • Confirm the code block now ends with docker compose up --force-recreate
  • Matches the command documented in docker/README.md

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.

1 participant