Docker & Nginx - ports
Hi, I am running Docker containers on my VPS and I'd like to deploy there an API with Nginx config.
Nginx uses by default ports
80
and 443
, but those ports are already taken by Nginx which is running in non docker environment.
Can I run another nginx (in docker) on this VPS if those ports are taken?0 Replies