What did you do to get it working? Feel like I’m in a similar boat
What did you do to get it working? Feel like I’m in a similar boat
instance_type setting isn't working:"instance_type": "basic" configuration doesn't seem to take effect - the container still uses default settings.
enableInternet: false with a callback named onContainerRequest for fetch requests to the configured workersAddress from inside the container@cloudflare/containers repoinstance_type"instance_type": "basic"enableInternet: falseonContainerRequestworkersAddress@cloudflare/containersThe image "./Dockerfile" does not appear to be a valid path to a Dockerfile"containers": [
{
"class_name": "MyContainer",
"image": "./Dockerfile",
"max_instances": 5,
"instance_type": "basic",
"name": "n8n-container"
}
]