Can the location of a container be set manually?
Can the location of a container be set manually?


"containers": [
{
"class_name": "TestContainer",
"image": "./src/durableObjects/containers/TestContainer/Dockerfile",
"max_instances": 10,
"instance_type": "standard-1",
"rollout_active_grace_period": 0,
"rollout_step_percentage": [
100
],
"constraints": {
"regions": ["OC"]
}
}
],