Modificacion del supervisor y docker file postmaxSize

This commit is contained in:
2026-05-09 07:26:47 -06:00
parent 9697a6b20a
commit e7ca2c29f0
2 changed files with 4 additions and 5 deletions
+2 -2
View File
@@ -2,11 +2,11 @@
nodaemon=true
[program:laravel]
command=php /app/artisan serve --host=0.0.0.0 --port=8080
command=php -c /app/php.ini /app/artisan serve --host=0.0.0.0 --port=8080
autostart=true
autorestart=true
[program:reverb]
command=php /app/artisan reverb:start --host=0.0.0.0 --port=8085
command=php -c /app/php.ini /app/artisan reverb:start --host=0.0.0.0 --port=8085
autostart=true
autorestart=true