Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix documentation for basic auth
Fix the documentation for basic auth, specifically
the file path containing the mapping from username to
hashed passwords.
skoranda committed Nov 2, 2022
1 parent 65e03a7 commit b31073f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comanage-registry-basic-auth/README.md
@@ -88,7 +88,7 @@ To override the default bind mount or COPY in a password file created
with the `htpasswd` command line tool. For example

```
COPY passwords /etc/apache2/passwords
COPY passwords /etc/apache2/basic-auth
```

## Ports

0 comments on commit b31073f

Please sign in to comment.