plesk / plesk/docker

Why port 80 443 is closes?

Open
#23 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Dockerfile
Stars
98
Forks
49
Avg merge
57m
Merged PRs (30d)
1

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the documented docker run command and its -p 80:80 and -p 443:443 mappings, then compare those ports with the working 2082, 2083, and 8447 mappings. Done means identifying why ports 80 and 443 are unreachable and confirming they accept connections under the same container setup.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker
Domain
devops
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.