I want to start with n8n in a docker container, like:
docker run -it --rm \
--name n8n \
-p 5678:5678 \
n8nio/n8n
But when I go to localhost:5678 I found less nodes as on the website:
What must I do, to get all nodes in the docker container?
Best Regards
3ele Projects