Skip to content

Fix malformed Docker Compose command in CONTRIBUTING.md - #1740

Open
CryptAm wants to merge 1 commit into
genlayerlabs:v0.123-devfrom
CryptAm:patch-1
Open

Fix malformed Docker Compose command in CONTRIBUTING.md#1740
CryptAm wants to merge 1 commit into
genlayerlabs:v0.123-devfrom
CryptAm:patch-1

Conversation

@CryptAm

@CryptAm CryptAm commented Aug 17, 2026

Copy link
Copy Markdown

What

Fix the malformed Docker Compose command in CONTRIBUTING.md by adding the missing space between up and jsonrpc.

##Why

The command should use up jsonrpc, as the jsonrpc service is defined in docker-compose.yml.

A separate issue was not created since this is a small documentation fix.

Testing done

Verified the jsonrpc service is defined in docker-compose.yml and confirmed the corrected command follows the expected Docker Compose syntax.

Fix the missing space in the Docker Compose command in `CONTRIBUTING.md`.

Changed `docker compose upjsonrpc ...` to `docker compose up jsonrpc ...` so the command is parsed correctly by Docker Compose.
@github-actions
github-actions Bot changed the base branch from main to v0.123-dev August 17, 2026 10:26
@github-actions

Copy link
Copy Markdown
Contributor

This PR targeted main, which is only the default/static branch.

I retargeted it to v0.123-dev, the active development branch. Pushes to v0.123-dev automatically fast-forward main.

@coderabbitai

coderabbitai Bot commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 3b5f0002-ec5a-41fd-83e1-73ccd14c0e60

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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