BaseMax / BaseMax/ComposeDockerNginxPHP

phpmyadmin not respond

Offen
#1 0 Kommentare 1 Reaktion 0 zugewiesene Personen Auf GitHub ansehen
Vorherrschende Sprache
Shell
Sterne
8
Forks
3
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

### docker compose successfully return.

```$ docker ps -a
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.

```$ curl 0.0.0.0:8080 -vvv
* 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```

Beitragsleitfaden

Für dieses Repository ist kein Beitragsleitfaden indexiert

Rechercherichtung

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`.

Vom Indexierungsmodell aus dem Issue-Text verfasst.

Bewertung

Tech-Stack
docker, docker-compose, mariadb, nginx, php
Bereich
databases, devops, infrastructure
Issue-Typ
Bug
Schwierigkeit
3/5
Geschätzter Aufwand
1-2 Tage
Aktivitätsstatus
Veraltet
Klarheit
Muss geklärt werden
Anfängerfreundlichkeit
25/100

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.