phpmyadmin / docker

Docker container for phpMyAdmin
https://hub.docker.com/_/phpmyadmin
GNU General Public License v3.0
665 stars 456 forks source link

[docker hub] update apache version in latest phpmyadmin docker hub image #358

Closed Ahmed-Galal closed 2 years ago

Ahmed-Galal commented 2 years ago
williamdes commented 2 years ago

Hi @Ahmed-Galal Nope, you need to open an issue on the php image because we do not install apache To report: https://github.com/docker-library/php/issues See: https://github.com/phpmyadmin/docker/blob/026ddf5c119df6e87abd5ea19976b3baa3d8ed81/apache/Dockerfile#L1

williamdes commented 2 years ago
docker pull php:8.0-apache
docker run --rm php:8.0-apache

It outputs Apache/2.4.53 (Debian) PHP/8.0.17

That said

docker pull phpmyadmin:apache

Also outputs Apache/2.4.53 (Debian) PHP/8.0.17 so your request is already done ;)

Ahmed-Galal commented 2 years ago

Thanks, @williamdes I just change the image to image: phpmyadmin:apache in my docker-compose.yml and it works