From 9c8504a723c1a114b89fc6fdd4ba1a62985ea577 Mon Sep 17 00:00:00 2001 From: Ruben Momoa Date: Tue, 20 Aug 2024 16:29:08 +0200 Subject: [PATCH] change host to 0.0.0.0 to accept all connections [SKIP CI] --- build/start-container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/start-container.sh b/build/start-container.sh index 5ccf337..5b9f420 100644 --- a/build/start-container.sh +++ b/build/start-container.sh @@ -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