This repository was archived by the owner on Jan 30, 2025. It is now read-only.
Update README.md Fix Docker-compose - CLI_ARGS #49
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.
Description:
This pull request updates the readme file to fix an error related to the CLI_ARGS option. Currently, when users try to run the command with the CLI_ARGS option, they receive an error message. This is because the CLI_ARGS option is incorrectly defined in the readme file.
To fix this issue, I have updated the CLI_ARGS option description in the readme file to accurately reflect the correct format for this option. This will help users avoid errors when using the command with the CLI_ARGS option.
Benefits of this PR and context:
This will help users avoid errors when using the command with the CLI_ARGS option.
How Has This Been Tested?
I have tested the changes in this pull request by running the command with the CLI_ARGS option and verifying that the error no longer occurs. Additionally, I have reviewed the updated readme file to ensure that the new description accurately reflects the correct usage for the CLI_ARGS option.
Source / References: