2024-07-27, 09:11 PM
You would have used "network_mode: host". Since that isn't present you are using bridge networking. If you run "sudo docker inspect nginx-proxy-manager | grep IPAddress" it will list the IP of Nginx. Add that IP to known hosts.
Though it doesn't look like you gave the nginx container a name so it may just have a UUID. Use "sudo docker ps" to list out the container and get the name of the container.
Though it doesn't look like you gave the nginx container a name so it may just have a UUID. Use "sudo docker ps" to list out the container and get the name of the container.