Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 334 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 334 Bytes

docker-verdaccio-ldap

GUIDE

start the service

    V_PATH=/path/for/verdaccio; docker run -it --rm --name verdaccio \
        -p 4873:4873 \
        -v $V_PATH/conf:/verdaccio/conf \
        -v $V_PATH/storage:/verdaccio/storage \
        -v $V_PATH/plugins:/verdaccio/plugins \
        zhiyuc123/verdaccio-ldap:v6