1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00

Merge pull request #316 from wpasternak/patch-1

docs: fixed Typo
This commit is contained in:
Juan Picado @jotadeveloper 2017-09-10 14:44:18 +02:00 committed by GitHub
commit 9cde5adfd4

@ -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: