Skip to content

Commit b0cd90c

Browse files
committed
add htpasswd note
1 parent 1ee2781 commit b0cd90c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/self-hosting/docker.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@ The default settings for the registry are:
212212
213213
You should change these before deploying to production, especially the password. You can find more information about how to do this in the official [registry docs](https://github.com/distribution/distribution/blob/735c161b53e7faf81a21ba94c55ac9edee081cd9/docs/deploying.md#native-basic-auth).
214214
215+
**Note:** This will require modifying the default `.htpasswd` file located at `./hosting/docker/registry/auth.htpasswd` of the repo root.
216+
215217
### Logging in
216218
217219
When self-hosting, builds run locally. You will have to login to the registry on every machine that runs the `deploy` command. You should only have to do this once:

0 commit comments

Comments
 (0)