diff --git a/supervisor/lae-web.conf b/supervisor/lae-web.conf index a024599..7eb6fb0 100644 --- a/supervisor/lae-web.conf +++ b/supervisor/lae-web.conf @@ -1,7 +1,7 @@ [program:lae-web] process_name=%(program_name)s_%(process_num)02d directory=/opt/lae -command=php artisan octane:start +command=php artisan octane:start --host=0.0.0.0 --rpc-port=6001 --port=8000 autostart=true autorestart=true stopasgroup=true