0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-17 23:45:29 -05:00

docs(docker): spelling and minor grammar fix (#2434)

This commit is contained in:
rvo 2021-09-12 12:23:02 -07:00 committed by GitHub
parent 3d26a8190c
commit f5fd7bf5bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -131,7 +131,7 @@ V_PATH=/path/for/verdaccio; docker run -it --rm --name verdaccio \
verdaccio/verdaccio
```
Of course the numbers you give to `-p` paremeter need to match.
Of course the numbers you give to the `-p` parameter need to match.
### Using HTTPS with Docker {#using-https-with-docker}
You can configure the protocol verdaccio is going to listen on, similarly to the port configuration.