We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
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
The text was updated successfully, but these errors were encountered:
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!
sudo docker run -d -P plesk/plesk
Sorry, something went wrong.
Same Problem.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: