We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53a0d1a commit 6eb980cCopy full SHA for 6eb980c
2 files changed
src/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM phpswoole/swoole:php8.4-alpine
+FROM dunglas/frankenphp:php8.4-alpine
2
3
ARG INSTALLER_BASE_URL="https://github.com/mlocati/docker-php-extension-installer/releases"
4
ARG SCHEDULE_CRONTAB="* * * * * cd /var/www && php artisan schedule:run >> /dev/null 2>&1"
src/super.conf
@@ -7,7 +7,7 @@ pidfile=/var/run/supervisord.pid
7
8
[program:octane]
9
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
+command=php /var/www/artisan octane:start --server=frankenphp --host=0.0.0.0 --port=9000
11
autostart=true
12
autorestart=true
13
environment=LARAVEL_OCTANE="1"
0 commit comments