change host to 0.0.0.0 to accept all connections
All checks were successful
ci/woodpecker/manual/build Pipeline was successful
All checks were successful
ci/woodpecker/manual/build Pipeline was successful
[SKIP CI]
This commit is contained in:
@@ -27,4 +27,4 @@ if [[ "$BOOT_NPM_DEV" = true ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Staring Laravel"
|
echo "Staring Laravel"
|
||||||
php /var/www/html/artisan serve
|
php /var/www/html/artisan serve --host=0.0.0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user