Skip to content

Commit eed8f1e

Browse files
Apply suggestions from code review
Co-authored-by: emily-shen <[email protected]>
1 parent 9bf21a4 commit eed8f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/wrangler/configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1228,7 +1228,7 @@ You can configure various aspects of local development, such as the local protoc
12281228

12291229
- `container_engine` <Type text="string" /> <MetaInfo text="optional" />
12301230

1231-
- Defaults to the default Docker unix socket i.e. `unix:///var/run/docker.sock`. Set this to the socket path your container engine is listening at if you are using another container tool besides Docker, such as `colima`, or if your Docker engine is configured to listen at a custom socket path. You can also set this via the environment variable `WRANGLER_DOCKER_HOST`.
1231+
- Defaults to `unix:///var/run/docker.sock`. Set this to the socket path your container engine is listening at if you are using another container tool besides Docker, such as `colima`, or if your Docker engine is configured to listen at a path other than `unix:///var/run/docker.sock`. You can also set this via the environment variable `WRANGLER_DOCKER_HOST`.
12321232

12331233
Example:
12341234

0 commit comments

Comments
 (0)