1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)CSS1,686 forks (1,686 forks)batch import
help wantedquestion
Repository metrics
- Stars
- 4,274 stars (4,274 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Hi I put command
docker port static-site
443/tcp -> 0.0.0.0:32770
80/tcp -> 0.0.0.0:32771
and http://localhost:32771/ show nothing
Wher is a problem ?
Contributor guide
- Research direction
- Verify the container is running with 'docker ps', check if the port mapping is correct, and ensure the static site serves content on port 80 inside the container.
- Tech stack
- docker
- Domain
- devops
- Issue type
- Bug
- Prerequisites
- Docker basics