change host to 0.0.0.0 to accept all connections
All checks were successful
ci/woodpecker/manual/build Pipeline was successful

[SKIP CI]
This commit is contained in:
Ruben Momoa
2024-08-20 16:29:08 +02:00
parent 9b0bf676a0
commit 9c8504a723

View File

@@ -27,4 +27,4 @@ if [[ "$BOOT_NPM_DEV" = true ]]; then
fi
echo "Staring Laravel"
php /var/www/html/artisan serve
php /var/www/html/artisan serve --host=0.0.0.0