mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
13 lines
285 B
YAML
13 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'
|