Skip to content

Conversation

@agrajagco
Copy link

@agrajagco agrajagco commented Nov 4, 2025

This is an update to the project Readme.md that handles properly quoting special characters and offers a way to cleanup a broken docker compose that has a malformed .env vs /home/node/.n8n/config from the n8n volume.


Note

Clarifies quoting special characters in .env, adds troubleshooting cleanup/redeploy steps, and recommends dotenv-linter.

  • Docs (README)
    • .env guidance:
      • Explain quoting special characters in .env to avoid parsing issues.
      • Provide example values for password, N8N_ENCRYPTION_KEY, and N8N_USER_MANAGEMENT_JWT_SECRET in quotes.
      • Note common error when keys mismatch and reference /home/node/.n8n/config message.
      • Recommend using dotenv-linter to validate env files.
    • Troubleshooting: Cleanup and redeploy:
      • Add steps to reset Docker Compose setup: docker compose down --volumes --remove-orphans, remove volumes (n8n_storage, postgres_storage, ollama_storage, qdrant_storage), optionally remove images, and verify with docker ps -a and docker volume ls before redeploying.

Written by Cursor Bugbot for commit e4ba044. This will update automatically on new commits. Configure here.

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