-
Notifications
You must be signed in to change notification settings - Fork 7.9k
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
N8N don´t work in ECS with readonlyRootFilesystem enabled #11743
Comments
Hey @periclesjunior, We have created an internal ticket to look into this which we will be tracking as "GHC-443" |
n8n needs write permissions on maybe you could setup separate writable volumes to mount to these paths. These can be ephemeral volumes. |
Hi, My container definitions after your suggestion, but don´t work
Log error message
|
if you are using a n8n docker image, why are you mounting |
maybe try just this
|
I tried this settings, but don´t work
|
it looks like those volumes are being created with permissions that |
Bug Description
Hi,
I managed to provision the N8N on AWS ECS (fargate) with AWS EFS for data persistence with the path in the /home/node/.n8n container and the readonlyRootFilesystem parameter set to false, but when I set it to true it doesn't work
To Reproduce
Expected behavior
I would like it to work with readonlyRootFilesystem enabled, since it works with readonlyRootFilesystem disabled, or get help in configuring the other container paths necessary for the application to function correctly
Operating System
Alpine Linux v3.20.3 (docker.n8n.io/n8nio/n8n image)
n8n Version
1.67.1
Node.js Version
20.18.0
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: