-
Under the stack, there is a container named n8n import but shuts itself down soon after starting. Can someone explain what that container does? |
Beta Was this translation helpful? Give feedback.
Answered by
jeanpaul
Apr 7, 2025
Replies: 1 comment 2 replies
-
The import container does, as the name implies, import a starter workflow and some credentials that you need for it. It does so by connecting to the database, running the import and then exiting. The main n8n instance then takes over. This last bit works by the following setting in
The import happens in the
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
ciyo65
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The import container does, as the name implies, import a starter workflow and some credentials that you need for it. It does so by connecting to the database, running the import and then exiting. The main n8n instance then takes over. This last bit works by the following setting in
docker-compose.yml
:The import happens in the
n8n-import
container using: