mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-27 22:59:51 -05:00
Merge branch 'master' into fix_package_metadata_cache
This commit is contained in:
commit
59b8bcf817
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ PROTOCOL=https; docker run -it --rm --name verdaccio \
|
|||
$ docker-compose up --build
|
||||
```
|
||||
|
||||
You can set the port to use (for both comtainer and host) by prefixing the above command with `PORT=5000 `.
|
||||
You can set the port to use (for both container and host) by prefixing the above command with `PORT=5000 `.
|
||||
|
||||
Docker will generate a named volume in which to store persistent application data. You can use `docker inspect` or `docker volume inspect` to reveal the physical location of the volume and edit the configuration, such as:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue