I fixed this. I had to create a daemon.json file inside the same folder as the docker-compose.yml and then recreate the images.
{
"insecure-registries": ["nexus:8082"]
}
I fixed this. I had to create a daemon.json file inside the same folder as the docker-compose.yml and then recreate the images.
{
"insecure-registries": ["nexus:8082"]
}