Skip to content

Commit 49abefe

Browse files
apply same change to env var
1 parent eed8f1e commit 49abefe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/wrangler/system-environment-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Wrangler supports the following environment variables:
6969

7070
* `WRANGLER_DOCKER_HOST` <Type text="string" /> <MetaInfo text="optional" />
7171

72-
* 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.
72+
* 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`.
7373
You can also set this via `container_engine` config option.
7474

7575

0 commit comments

Comments
 (0)