Skip to content

Commit

Permalink
docs: provide helpful example on how to enable password auth when usi…
Browse files Browse the repository at this point in the history
…ng docker compose (#209)

* docs: provide helpful example on how to enable password auth when using docker compose
* docs: move password auth example to releases.md file
  • Loading branch information
wmundev authored Apr 2, 2024
1 parent 4cba6ff commit 18df19b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/docs/welcome/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ On Linux
docker run --network=host --ulimit memlock=-1 ghcr.io/microsoft/garnet
```

On Linux configured with basic authentication, replace `{{replace_password_here}}` with your password

```console
docker run --network=host --ulimit memlock=-1 ghcr.io/microsoft/garnet --auth Password --password {{replace_password_here}}
```

On MacOS

```console
Expand Down

0 comments on commit 18df19b

Please sign in to comment.