Thanks @jan.
To understand completely:
image: n8nio/n8n
uses official n8n image from the docker registry, while
image: n8n-python
uses the image I locally build (which uses official n8nio/n8n
, just with python)?
I know this is a Docker specific question, so appreciate your support here.