How to secure Nexus with the help of docker-compose file

159 Views Asked by At

I have tried simple docker-compose file without securing it. Now I want to secure it with ssl how to modify my docker-compose file without using Nginx. I have created a volume for certs(/var/volume/nexus/certs:/certs:ro) and mapped it with the volume of nexus.

0

There are 0 best solutions below