Skip to content

Commit

Permalink
Fix: n8n persistant directory
Browse files Browse the repository at this point in the history
This fixes the persistant directory, which is wrong initially

This is especially anoying because if you fix the path after having used n8n for a while it messes up the ecryption key of all your services (credentials, apis etc) which resets all your integrations
  • Loading branch information
lexoyo authored Feb 3, 2025
1 parent 9802356 commit 5dfde3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/v4/apps/n8n-io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
WEBHOOK_URL: https://$$cap_appname.$$cap_root_domain
N8N_EDITOR_BASE_URL: https://$$cap_appname.$$cap_root_domain
volumes:
- $$cap_appname:/root/.n8n
- $$cap_appname:/home/node/.n8n
- $$cap_appname-files:/files
depends_on:
- $$cap_appname-db
Expand Down

0 comments on commit 5dfde3d

Please # to comment.