Bharath

Results 4 comments of Bharath

Thanks for tagging. curl returns nothing once I do the docker-compose down and an exit code of 1 is returned, means the website is unreachable.

I had to avoid using persistent volume for the whole /opt/sonatype instead of that, I should only map volumes for /opt/sonatype/etc/jetty and /opt/sonatype/etc/ssl. So, the jar files directories are overwritten...

I have recently upgraded the Nexus Sonatype repo from 3.70 to 3.74 after migrating the Orient DB to H2 and saw the same warning on the docker logs of Nexus...

I believe except the nexus.mv.db all the files should be removed because a temporary container with :latest tag I spinned up shows only that file in the db/ folder. Also,...