Replies: 4 comments 1 reply
-
I think you need to add higher permissions to the volumes folder yourself |
Beta Was this translation helpful? Give feedback.
-
@juanpicado no it was not about permissions, because then the docker container would not start. |
Beta Was this translation helpful? Give feedback.
-
I have face the same issue, please fix that |
Beta Was this translation helpful? Give feedback.
-
for anyone who have face the same issue. You need to chown to the mounted folder before docker-compose up |
Beta Was this translation helpful? Give feedback.
-
Hello together,
i tried today this example https://github.com/verdaccio/verdaccio/tree/master/docker-examples/v6/docker-local-storage-volume and everything worked fine. After i tried to use the command npm adduser i received the following error:
I was confused because my volumes were correct. Else it would not start with success.
The workaround was that i needed to create in the conf folder again a folder named verdaccio/conf with the same content. Then it worked.
Is there an issue or misconfiguration by my side?
Beta Was this translation helpful? Give feedback.
All reactions