Skip to content

Commit 1349cce

Browse files
committed
PHP: try to fix octane (admin port needed for some reason)
1 parent 6f87b5e commit 1349cce

File tree

1 file changed

+1
-1
lines changed
  • php-base/config/s6-overlay/php-octane

1 file changed

+1
-1
lines changed

php-base/config/s6-overlay/php-octane/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ s6-envdir -I /secrets
66
importas -D "" PWD PWD
77
execline-cd $PWD
88
export LARAVEL_OCTANE 1
9-
php /app/www/artisan octane:start --server=frankenphp --host=0.0.0.0 --port=3000 --workers=1 --task-workers=0
9+
php /app/www/artisan octane:start --server=frankenphp --host=0.0.0.0 --port=3000 --admin-port=2019 --workers=1 --task-workers=0

0 commit comments

Comments
 (0)