Cloudflare DevelopersCD
Cloudflare Developers7mo ago
23 replies
ldl

I'm having an issue with container

I'm having an issue with container configuration where
instance_type
setting isn't working:

"containers": [
  {
    "class_name": "MyContainer",
    "image": "./Dockerfile", 
    "max_instances": 5,
    "instance_type": "basic",
    "name": "n8n-container"
  }
]


the
"instance_type": "basic"
configuration doesn't seem to take effect - the container still uses default settings.

Does anyone know the correct way to configure this? Or is this field name even correct?
Was this page helpful?