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

Spelling Corrections. #1134

Merged
merged 1 commit into from
Oct 27, 2023
Merged

Conversation

vinodkiran
Copy link
Contributor

Fixed the spellings across multiple files.

@HenryHengZJ
Copy link
Contributor

nice! did you you anything to check for the spelling or you do it manually

@vinodkiran
Copy link
Contributor Author

check

Combination - tool (WebStorm) to identify misspelled words, manual (open every file) to check the code.

@HenryHengZJ HenryHengZJ merged commit c03253a into FlowiseAI:main Oct 27, 2023
@vinodkiran vinodkiran deleted the BUGFIX/Spellings branch October 28, 2023 03:44
hemati pushed a commit to hemati/Flowise that referenced this pull request Dec 27, 2023
JohnBQuinn pushed a commit to JohnBQuinn/Flowise that referenced this pull request Jun 7, 2024
Fix `docker-compose up -d`  Error : 
 ```
ERROR: Invalid interpolation format for "entrypoint" option in service "mongo": "openssl rand -base64 128 > /data/mongodb.key
```
修复docker-compose.yml中环境变量替换问题

由于docker-compose在解析entrypoint中的$字符时会将其误认为环境变量,导致无法正确处理脚本里的特殊变量(如 "$@")。通过将$字符替换为$$来避免这一问题,确保了docker-compose可以正确解析并执行MongoDB初始化脚本。
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