phpmyadmin / docker

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

Fix issue port 80- range when using APACHE_PORT #381

Closed ByteBitten closed 1 year ago

ByteBitten commented 2 years ago

Setting port to 8000-8099 caused issues after a restart. Ex: Port got set from 8090 to 809090 resulting in error AH00526. Using full line replace as ports.conf next character is new line.

williamdes commented 1 year ago

Hi @ByteBitten

I am sorry for not sending a message earlier, I was sure I had sent one

williamdes commented 1 year ago

Merged, I ran ./update.sh -> 1effd43182e9a2e90e991ce5e521c1df68d9d089

williamdes commented 1 year ago

Deployed on https://hub.docker.com/_/phpmyadmin !