mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
04b19262d0
* docs: relocate docker-examples to 5.x * chore: update readme * chore: remove license we have already one at root
12 lines
285 B
YAML
12 lines
285 B
YAML
version: '2'
|
|
|
|
services:
|
|
verdaccio:
|
|
image: verdaccio/verdaccio:latest
|
|
container_name: verdaccio-3-docker-plugin-external
|
|
ports:
|
|
- '4873:4873'
|
|
volumes:
|
|
- './storage:/verdaccio/storage'
|
|
- './conf:/verdaccio/conf'
|
|
- './plugins:/verdaccio/plugins'
|