Skip to content

Commit 604c4b9

Browse files
committed
chore: updates docs
1 parent 64b03d7 commit 604c4b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/supported-env-vars.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Configurations can be done with flags or environment variables. The table below
2323
| `--remote-host` | `DOZZLE_REMOTE_HOST` | |
2424
| `--remote-agent` | `DOZZLE_REMOTE_AGENT` | |
2525
| `--timeout` | `DOZZLE_TIMEOUT` | `10s` |
26-
| --namespace | `DOZZLE_NAMESPACE` | `""` |
26+
| `--namespace` | `DOZZLE_NAMESPACE` | `""` |
2727

2828
> [!TIP]
2929
> 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

Comments
 (0)