docker icon indicating copy to clipboard operation
docker copied to clipboard

Why port 80 443 is closes?

Open ghost opened this issue 6 years ago • 2 comments

I run Plesk latest version with this command sudo docker run -d -p 80:80 -p 443:443 -p 2082:8880 -p 2083:8443 -p 8447:8447 plesk/plesk

responded port 2082 2083 8447 is open but 80 and 443 is close

ghost avatar Nov 18 '19 09:11 ghost

I tried to run random automatic port mapping with command sudo docker run -d -P plesk/plesk and then it's same thing. not work!

ghost avatar Nov 18 '19 09:11 ghost

Same Problem.

C0deVortex avatar May 29 '22 06:05 C0deVortex