Skip to content

Instantly share code, notes, and snippets.

@abhisekp
Last active September 1, 2025 01:07
Show Gist options
  • Select an option

  • Save abhisekp/29606075ec2c4f82a8814529b6eea728 to your computer and use it in GitHub Desktop.

Select an option

Save abhisekp/29606075ec2c4f82a8814529b6eea728 to your computer and use it in GitHub Desktop.
cache=F:\packages\npm
//127.0.0.1:4873/:_authToken=""
registry=http://127.0.0.1:4873/
$V_PATH = "F:\packages\verdaccio"
docker run -it --name verdaccio --restart always -p 4873:4873 -v $V_PATH/conf:/verdaccio/conf -v $V_PATH/storage:/verdaccio/storage -v $V_PATH/plugins:/verdaccio/plugins verdaccio/verdaccio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment