docker run --name mynginx1 -p 32768:80 -d nginx
Source: NGINX Docs | Deploying NGINX and NGINX Plus on Docker
NGINX Docs | Deploying NGINX and NGINX Plus on Docker was last modified: August 12th, 2020 by
docker run --name mynginx1 -p 32768:80 -d nginx
Source: NGINX Docs | Deploying NGINX and NGINX Plus on Docker