You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/guide/supported-env-vars.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Configurations can be done with flags or environment variables. The table below
23
23
|`--remote-host`|`DOZZLE_REMOTE_HOST`||
24
24
|`--remote-agent`|`DOZZLE_REMOTE_AGENT`||
25
25
|`--timeout`|`DOZZLE_TIMEOUT`|`10s`|
26
-
| --namespace|`DOZZLE_NAMESPACE`|`""`|
26
+
|`--namespace`|`DOZZLE_NAMESPACE`|`""`|
27
27
28
28
> [!TIP]
29
29
> Some flags like `--remote-host` or `--remote-agent` can be used multiple times. For example, `--remote-agent tcp://167.99.1.1:7007 --remote-agent tcp://167.99.1.2:7007` or comma-separated `DOZZLE_REMOTE_AGENT=tcp://167.99.1.1:7007,tcp://167.99.1.2:7007`.
0 commit comments