Skip to content

Commit f21a097

Browse files
committed
docs: fixed table formatting
Signed-off-by: Cleberson Saller <[email protected]>
1 parent 4e6d567 commit f21a097

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ $ TAILSCALE_USE_WIP_CODE=1 TS_AUTHKEY={YOUR_TAILSCALE_AUTHKEY} TSNET_FORCE_LOGIN
138138
The `tsidp-server` is configured by several command-line flags:
139139

140140
| Flag | Description | Default |
141-
| ----------------------- | -------------------------------------------------------------------------------------------------- | -------- |
141+
|-------------------------|----------------------------------------------------------------------------------------------------|----------|
142142
| `-dir <path>` | Directory path to save tsnet and tsidp state. Recommend to be set. | `""` |
143143
| `-hostname <hostname>` | hostname on tailnet. Will become `<hostname>.your-tailnet.ts.net` | `idp` |
144144
| `-port <port>` | Port to listen on | `443` |
@@ -172,7 +172,7 @@ The Docker image exposes the CLI flags through environment variables. If omitted
172172
> [!NOTE] > `TS_STATE_DIR` and `TS_HOSTNAME` are legacy names. These will be replaced by `TSIDP_STATE_DIR` and `TSIDP_HOSTNAME` in the future.
173173

174174
| Environment Variable | CLI flag |
175-
| ---------------------------------------- | -------------------------- |
175+
|------------------------------------------|----------------------------|
176176
| `TS_STATE_DIR=<path>` _\*note prefix_ | `-dir <path>` |
177177
| `TS_HOSTNAME=<hostname>` _\*note prefix_ | `-hostname <hostname>` |
178178
| `TSIDP_PORT=<port>` | `-port <port>` |

0 commit comments

Comments
 (0)