Skip to content

Commit 6eb980c

Browse files
committed
Update to php v8.4 with frankenphp base image
1 parent 53a0d1a commit 6eb980c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM phpswoole/swoole:php8.4-alpine
1+
FROM dunglas/frankenphp:php8.4-alpine
22

33
ARG INSTALLER_BASE_URL="https://github.com/mlocati/docker-php-extension-installer/releases"
44
ARG SCHEDULE_CRONTAB="* * * * * cd /var/www && php artisan schedule:run >> /dev/null 2>&1"

src/super.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pidfile=/var/run/supervisord.pid
77

88
[program:octane]
99
process_name=%(program_name)s_%(process_num)02d
10-
command=php /var/www/artisan octane:start --server=swoole --host=0.0.0.0 --port=9000
10+
command=php /var/www/artisan octane:start --server=frankenphp --host=0.0.0.0 --port=9000
1111
autostart=true
1212
autorestart=true
1313
environment=LARAVEL_OCTANE="1"

0 commit comments

Comments
 (0)