mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
fix bad reference to docker yaml (#2329)
* fix bad reference to docker yaml
* Partially revert "fix bad reference to docker yaml"
This partially reverts commit 8299c29467
.
This commit is contained in:
parent
625f529fe9
commit
c45711ade5
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ Copy the [existing configuration](https://github.com/verdaccio/verdaccio/blob/ma
|
|||
and adapt it for your use case:
|
||||
|
||||
```bash
|
||||
wget https://raw.githubusercontent.com/verdaccio/verdaccio/master/conf/docker.yaml -O config.yaml
|
||||
wget https://raw.githubusercontent.com/verdaccio/verdaccio/master/packages/config/src/conf/docker.yaml -O config.yaml
|
||||
```
|
||||
|
||||
**Note:** Make sure you are using the right path for the storage that is used for
|
||||
|
|
Loading…
Reference in a new issue