mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
cd3b702aa6
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE39-OPENSSL-1089232 - https://snyk.io/vuln/SNYK-ALPINE39-OPENSSL-1089235 - https://snyk.io/vuln/SNYK-ALPINE39-OPENSSL-1089235 - https://snyk.io/vuln/SNYK-ALPINE39-OPENSSL-588029 - https://snyk.io/vuln/SNYK-ALPINE39-OPENSSL-588029 |
||
---|---|---|
.. | ||
conf/v4 | ||
nginx | ||
nginx_ssl | ||
storage | ||
docker-compose_ssl.yml | ||
docker-compose.yml | ||
README.md |
Nginx Relative Path
This example runs two verdaccio versions:
- Running
verdaccio:4.x
http://localhost/verdaccio/ - Running the latest
verdaccio:3
http://localhost/verdacciov3/
Note: we should add more sort of configurations here.
Nginx HTTP Example
docker-compose up --build --force-recreate
open the browser
http://localhost/verdaccio/
Nginx SSL Example
docker-compose -f docker-compose_ssl.yml up --build --force-recreate
open the browser
https://localhost/verdaccio/