docker-library / wordpress

Docker Official Image packaging for WordPress
https://wordpress.org/
GNU General Public License v2.0
1.79k stars 1.07k forks source link

Is there a way to change php fpm port? #850

Closed Hadatko closed 11 months ago

Hadatko commented 1 year ago

Hi, sorry for bothering but cannot find the answer. Is there a way to change fpm port 9000 to something else?

maiorano84 commented 1 year ago

A Google search for "docker php-fpm change port" led to this: https://stackoverflow.com/questions/35016435/docker-multiple-php7-fpm-containers-on-different-ports

This in turn references this thread here with some valuable information on the matter: https://github.com/docker-library/php/issues/479