Installed it as a docker container following https://hub.docker.com/r/sonatype/nexus3/
I created the container with command like, supplying restart always parameter. Does anyone use docker compose file to build this?
Installed it as a docker container following https://hub.docker.com/r/sonatype/nexus3/
I created the container with command like, supplying restart always parameter. Does anyone use docker compose file to build this?
If you managed to do it with a simple docker run command then everything is not a matter of making Sonatype work. It’s a matter of translating that command into a compose file.