Skip to content

Commit

Permalink
Update nginx.md (#4187)
Browse files Browse the repository at this point in the history
  • Loading branch information
milosgajdos committed Dec 11, 2023
2 parents c087d19 + a1b262f commit 514da7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/recipes/nginx.md
Expand Up @@ -151,7 +151,7 @@ Review the [requirements](../#requirements), then follow these steps.
3. Create a password file `auth/nginx.htpasswd` for "testuser" and "testpassword".

```console
$ docker run --rm --entrypoint htpasswd registry:2 -Bbn testuser testpassword > auth/nginx.htpasswd
$ docker run --rm --entrypoint htpasswd httpd -Bbn testuser testpassword > auth/nginx.htpasswd
```

> **Note**: If you do not want to use `bcrypt`, you can omit the `-B` parameter.
Expand Down

0 comments on commit 514da7c

Please sign in to comment.