Skip to content

Commit

Permalink
Merge branch '8.2'
Browse files Browse the repository at this point in the history
phoenix-bjoern committed Nov 12, 2023
2 parents 8427e0c + 1a0fa95 commit c6681b7
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:edge
FROM alpine:3.18

# An (optional) host that relays your msgs
ENV RELAYHOST=
@@ -73,13 +73,13 @@ RUN apk --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testin
&& ln -s /usr/bin/php82 /usr/bin/php


COPY conf/www.conf /etc/php81/php-fpm.d/www.conf
COPY conf/www.conf /etc/php82/php-fpm.d/www.conf
COPY conf/default.conf conf/healthz.conf /etc/nginx/conf.d/
COPY healthz /var/www/healthz
COPY bin/setup.sh /setup.sh
COPY bin/run.sh /run.sh
COPY conf/supervisord.conf /etc/supervisord.conf
COPY --from=composer:2.1 /usr/bin/composer /usr/bin/composer
COPY --from=composer:2.2 /usr/bin/composer /usr/bin/composer

EXPOSE 80

2 changes: 1 addition & 1 deletion conf/supervisord.conf
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0

[program:php-fpm]
command = /usr/sbin/php-fpm81 -F
command = /usr/sbin/php-fpm82 -F
user = root
autostart = true
stopsignal=QUIT

0 comments on commit c6681b7

Please sign in to comment.