I'm trying to start a nginx-docker compose service on my NAS but get an error “Error starting userland proxy: listen tcp4 0.0.0.0:80: bind: address already in use”
It turns out that there are some nginx processes running on my NAS (ps -ef | grep nginx) and I suspect that's where the error comes from. The thing is, I don't understand why those processes are running and how to stop them (I killed them manually but they keep comming back) . I suspect that nginx isinstalled somewhere on my system, but I can't find out if that is indeed the case (tried apt-get update, but that doesn't work).
Question:
How do I find out if nginx is indeed installed on my system?
Any ideas/suggestions about my error message?
It turns out that there are some nginx processes running on my NAS (ps -ef | grep nginx) and I suspect that's where the error comes from. The thing is, I don't understand why those processes are running and how to stop them (I killed them manually but they keep comming back) . I suspect that nginx isinstalled somewhere on my system, but I can't find out if that is indeed the case (tried apt-get update, but that doesn't work).
Question:
How do I find out if nginx is indeed installed on my system?
Any ideas/suggestions about my error message?