File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ In order to avoid too many authentication requests to the underlying
150
150
gitlab instance, the plugin provides an in-memory cache that will save
151
151
the detected groups of the users for a configurable ttl in seconds.
152
152
153
- No clear-text password will is saved in-memory, just an SHA-256 hash of
153
+ No clear-text password is saved in-memory, just an SHA-256 hash of
154
154
the user+password, plus the groups information.
155
155
156
156
By default, the cache will be enabled and the credentials will be stored
@@ -177,6 +177,13 @@ docker-compose up --build -d
177
177
- login to the npm registry [http://localhost:4873](http://localhost:4873) via browser
178
178
- publish your packages via command line
179
179
180
+ The Dockerfile provides a [default configuration file](conf/docker.yaml)
181
+ that is internally available under `/verdaccio/config/conf.yaml`. In order
182
+ to overwrite this configuration you can provide your own file and mount it
183
+ on docker startup with the `--volume` option, or equivalent mechanism
184
+ (e.g. ConfigMaps on Kubernetes / OpenShift with the
185
+ [helm chart](https://github.com/helm/charts/tree/master/stable/verdaccio)).
186
+
180
187
# # Create a Release
181
188
182
189
Run one of the following command to create a release :
You can’t perform that action at this time.
0 commit comments