首頁 > 問答 > 主體
P粉5471709722023-08-15 00:15:48
你可以嘗試在你的.env檔案中編輯你的APP_PORT,像這樣:
.env
APP_PORT
APP_PORT=3001 // 或者你喜欢的任意端口号
之後你可以重新執行你的sail指令:
sail up
現在,你應該可以透過localhost:3001來訪問你的網站。
localhost:3001
你的sail up指令失敗的原因可能是因為你的PORT號碼80已經被其他軟體(如nginx或apache)佔用了。
PORT
80
nginx
apache