Mirror and docker compose #80
-
Hi, I would like to enable the Nuget.org mirroring, but it looks like it is not working. I've the following compose yml When running the docker container and searching for any nuget packages it does not find and show packages from nuget.org. any hints how to solve this?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
ok seems like everything is working, but a bit different than expected (see loic-sharma#642 (comment)). The UI search is just using the local database and does not forward queries to nuget.org. Once you clear your nuget cache in VS and restore all packages, they will show up in the list of the UI (but maybe you need to disable other nuget sources in VS first). |
Beta Was this translation helpful? Give feedback.
ok seems like everything is working, but a bit different than expected (see loic-sharma#642 (comment)). The UI search is just using the local database and does not forward queries to nuget.org. Once you clear your nuget cache in VS and restore all packages, they will show up in the list of the UI (but maybe you need to disable other nuget sources in VS first).