-
Your Environment
Describe the bug docker-compose.yaml version: '3.1'
services:
verdaccio:
image: verdaccio/verdaccio
container_name: "verdaccio"
networks:
- node-network
environment:
- VERDACCIO_PORT=4873
ports:
- "4873:4873"
volumes:
- "./storage:/verdaccio/storage"
- "./config:/verdaccio/conf"
- "./plugins:/verdaccio/plugins"
user: "root:root"
networks:
node-network:
driver: bridge
config.yaml storage: ./storage
auth:
htpasswd:
file: ./htpasswd
max_users: -1
uplinks:
npmjs:
url: https://registry.npmjs.org/
packages:
'@*/*':
access: $authenticated
publish: davs
'**':
access: $authenticated
publish: davs
proxy: npmjs
logs:
- { type: stdout, format: pretty, level: http } |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
i have the same issue. are there any updates on this problem? |
Beta Was this translation helpful? Give feedback.
-
I also have the same issue. I couldn't find a way to keep the packages listed on the ui so i gave up and stop upgrading. |
Beta Was this translation helpful? Give feedback.
-
Oh good I thought it was just me |
Beta Was this translation helpful? Give feedback.
#3943 fixed by #3944