Skip to content

Commit

Permalink
Change PHP_FPM_LISTEN default value to 0.0.0.0:9000
Browse files Browse the repository at this point in the history
  • Loading branch information
brusch committed Nov 12, 2024
1 parent c10b66f commit 7f53d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ ENV OPCACHE_VALIDATE_TIMESTAMPS 1
ENV OPCACHE_CONSISTENCY_CHECKS 0

# fpm settings
ENV PHP_FPM_LISTEN 127.0.0.1:9000
ENV PHP_FPM_LISTEN 0.0.0.0:9000
ENV PHP_FPM_PM dynamic
ENV PHP_FPM_PM_MAX_CHILDREN 5
ENV PHP_FPM_PM_START_SERVERS 2
Expand Down

0 comments on commit 7f53d7b

Please sign in to comment.