Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs (examples): Fix command values in docs/samples/docker-compose/docker-compose.binary.yml #154

Conversation

joeltimothyoh
Copy link
Member

@joeltimothyoh joeltimothyoh commented Nov 10, 2023

The container's command should not be passed as a single parameter in an array of commands. Rather, it shoud be passed in a single line on command: which passes each parameter delimited by spaces.

@joeltimothyoh joeltimothyoh added the docs Improvements or additions to documentation label Nov 10, 2023
@joeltimothyoh joeltimothyoh added this to the next-release milestone Nov 10, 2023
@joeltimothyoh joeltimothyoh self-assigned this Nov 10, 2023
…ocker-compose.binary.yml`

The container's command should not be passed as a single parameter in an array of commands. Rather, it shoud be passed in a single line on `command:` which passes each parameter delimited by spaces.
@joeltimothyoh joeltimothyoh force-pushed the docs/examples-fix-command-values-in-docs-samples-docker-compose-docker-compose.binary.yml branch from e5f83c0 to cfe9f27 Compare November 10, 2023 14:27
@joeltimothyoh joeltimothyoh merged commit 7ac4431 into startersclan:master Nov 10, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant