From 604c4b9b167458b071a209d3061c4ac99ca790ab Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Sat, 22 Feb 2025 16:59:54 -0800 Subject: [PATCH] chore: updates docs --- docs/guide/supported-env-vars.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/supported-env-vars.md b/docs/guide/supported-env-vars.md index 20533ebe..3ce3d289 100644 --- a/docs/guide/supported-env-vars.md +++ b/docs/guide/supported-env-vars.md @@ -23,7 +23,7 @@ Configurations can be done with flags or environment variables. The table below | `--remote-host` | `DOZZLE_REMOTE_HOST` | | | `--remote-agent` | `DOZZLE_REMOTE_AGENT` | | | `--timeout` | `DOZZLE_TIMEOUT` | `10s` | -| --namespace | `DOZZLE_NAMESPACE` | `""` | +| `--namespace` | `DOZZLE_NAMESPACE` | `""` | > [!TIP] > 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`.