phpmyadmin not respond
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 25/100
- Issue type
- Bug
- Clarity
- Needs clarification
- Activity status
- Stale
- Tech stack
- docker, docker-compose, mariadb, nginx, php
- Domain
- databases, devops, infrastructure
Research direction
Start by inspecting the Docker Compose configuration alongside the reported docker ps -a output, focusing on the phpmyadmin container and its published port. Reproduce the failure with curl 0.0.0.0:8080 -vvv; the issue is done when phpMyAdmin responds at http://localhost:8080.
Written by the indexing model from the issue text.
Description
docker compose successfully return.
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
19cd43720847 nginx:latest "/docker-entrypoint.…" 17 minutes ago Up 12 minutes 0.0.0.0:80->80/tcp, 0.0.0.0:443->443/tcp nginx
98c9e37f3129 php:fpm "docker-php-entrypoi…" 17 minutes ago Up 17 minutes 0.0.0.0:9000->9000/tcp php
b4c36a8f9f99 phpmyadmin:latest "/docker-entrypoint.…" 17 minutes ago Up 17 minutes 0.0.0.0:8080->80/tcp phpmyadmin
2389912651a2 mariadb:latest "docker-entrypoint.s…" 17 minutes ago Up 17 minutes 3306/tcp mariadb
But http://localhost:8080 not return any respond.
* Trying 0.0.0.0:8080...
* connect to 0.0.0.0 port 8080 failed: Connection refused
* Failed to connect to 0.0.0.0 port 8080: Connection refused
* Closing connection 0
curl: (7) Failed to connect to 0.0.0.0 port 8080: Connection refused```
- Dominant language
- Shell
- Stars
- 8
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
danielmiessler/LifeOS#2218 ·
-
docs(agents): strengthen the no-backslash-escaped-backticks rule with an issue-creation example Open
Difficulty 1/5 Under an hour Newbie friendliness 92/100
-
package-update
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
oSoWoSo/vOid_Community_repOsitory#148 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
chore
Difficulty 1/5 Under an hour Newbie friendliness 91/100
alunduil/alunduil-chezmoi#792 ·