Skip to content

Commit 807a2ba

Browse files
authored
Update README.md
This container does not have htpasswd in it.
1 parent 013c0af commit 807a2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@ Specify each parameter using the `--set key=value[,key=value]` argument to
125125
`helm install`.
126126

127127
To generate htpasswd file, run this docker command:
128-
`docker run --entrypoint htpasswd registry:2 -Bbn user password > ./htpasswd`.
128+
`docker run --entrypoint htpasswd httpd:2 -Bbn user password > ./htpasswd`.

0 commit comments

Comments
 (0)