diff --git a/supervisord.conf b/supervisord.conf index df118614..0a2c6525 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -7,7 +7,7 @@ autostart=true autorestart=true [program:laravel] -command=php -d upload_max_filesize=50M -d post_max_size=55M -d memory_limit=256M /app/artisan serve --host=127.0.0.1 --port=8081 +command=php -d upload_max_filesize=50M -d post_max_size=55M -d memory_limit=256M /app/artisan serve --host=0.0.0.0 --port=8080 autostart=true autorestart=true