Skip to content

Commit 722aec2

Browse files
authored
Update containers config in README (#19)
The containers config currently requires `max_instances` to work correctly. I also removed the `name` which should be filled in automatically based on the worker and to avoid every use of this example creating containers with the same name.
1 parent 2f85e95 commit 722aec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ First, setup your wrangler.json to use the sandbox:
2929
{
3030
"class_name": "Sandbox",
3131
"image": "./Dockerfile",
32-
"name": "sandbox"
32+
"max_instances": 1
3333
}
3434
],
3535
"durable_objects": {

0 commit comments

Comments
 (0)