Skip to content

Commit

Permalink
/usr/local/etc/php-fpm.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Wojczal committed Jan 9, 2025
1 parent ed66816 commit cf1a593
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ WORKDIR /var/www/html
EXPOSE 9000

COPY docker-entrypoint.sh /docker-entrypoint.sh
COPY php-fpm.conf /usr/local/etc/php-fpm.conf
RUN apk add --no-cache \
$PHPIZE_DEPS \
postgresql-dev \
Expand Down
6 changes: 3 additions & 3 deletions php-fpm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ catch_workers_output = yes
; User and Group
; ############################################################

# [www]
# user = devilbox
# group = devilbox
;# [www]
;# user = devilbox
;# group = devilbox


; ############################################################
Expand Down

0 comments on commit cf1a593

Please sign in to comment.