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

n8n container keeps restarting #36

Open
jawaharas opened this issue Jul 20, 2021 · 1 comment
Open

n8n container keeps restarting #36

jawaharas opened this issue Jul 20, 2021 · 1 comment

Comments

@jawaharas
Copy link

jawaharas commented Jul 20, 2021

n8n container keeps restarting with the below error.

› Error: There was an error: Error parsing n8n-config file

› "/home/node/.n8n/config". It does not seem to be valid JSON.

ln: /home/node/.n8n: File exists

I was using below config for the docker containers.

https://github.com/TheHive-Project/Docker-Templates/tree/main/docker/thehive4-cortex31-n8n

@Huseyin-Dogan
Copy link

Hi jawaharas,
You have to run "docker-compose up -d" command as a root. Firstly switch user to root with "sudo su" command and enter your password then run "docker-compose up -d" command. Note: You have to clean docker volumes for thehive4-cortex31-n8n template. (list volumes with "docker volume ls" command, delete volumes with "docker volume rm volume_name" and delete vol path.)

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

No branches or pull requests

2 participants