Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
brusch authored Jul 23, 2024
1 parent b29eb43 commit 8ea5803
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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_IP 127.0.0.1
ENV PHP_FPM_LISTEN 127.0.0.1:9000
ENV PHP_FPM_PORT 9000
ENV PHP_FPM_PM dynamic
ENV PHP_FPM_PM_MAX_CHILDREN 5
Expand Down
2 changes: 1 addition & 1 deletion files/conf/php-fpm/php-fpm.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; File overwrites the original values with environment variables
[www]
listen = ${PHP_FPM_IP}:${PHP_FPM_PORT}
listen = ${PHP_FPM_LISTEN}
pm = ${PHP_FPM_PM}
pm.max_children = ${PHP_FPM_PM_MAX_CHILDREN}
pm.start_servers = ${PHP_FPM_PM_START_SERVERS}
Expand Down

0 comments on commit 8ea5803

Please sign in to comment.