Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Sep 22, 2023
1 parent c4cd79d commit ab18cf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The container takes the following Environment variables:

- PORT - Which port to listen on (defaults to `3000`)
- HOST - Which local IP Address to bind to (defaults to `0.0.0.0`)
- REGISTRY - A host and optional port number to connect to the NPM registry (defaults to `registry:4873`)
- REGISTRY - A host and optional port number to connect to the NPM registry (defaults to `http:https://registry:4873`)
- KEYWORD - The npm keyword to filter on (defaults to `node-red`)

It presents 2 HTTP endpoints
Expand Down Expand Up @@ -68,4 +68,4 @@ $ docker push private.example.com/catalogue
env:
- name: REGISTRY
value: 'registry:4873'
```
```

0 comments on commit ab18cf3

Please sign in to comment.