Skip to content

Commit 1404128

Browse files
change 127.0.0.1 to localhost in access URLs (#707)
1 parent 4b14063 commit 1404128

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

en/self-host/advanced-deployments/local-source-code.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,5 +287,5 @@ To start the web frontend service, [Node.js v22 (LTS)](http://nodejs.org/) and [
287287

288288
### Access Dify
289289

290-
Access [http://127.0.0.1:3000](http://127.0.0.1:3000/) via browsers to enjoy all the exciting features of Dify.
290+
Access [http://localhost:3000](http://localhost:3000/) via browsers to enjoy all the exciting features of Dify.
291291
Cheers ! 🍻

ja/self-host/advanced-deployments/local-source-code.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,5 +292,5 @@ Web フロントエンドサービスを起動するには、[Node.js v22 (LTS)]
292292

293293
### Dify にアクセスする
294294

295-
ブラウザで [http://127.0.0.1:3000](http://127.0.0.1:3000/) にアクセスして、Dify のすべての機能をお楽しみください。
295+
ブラウザで [http://localhost:3000](http://localhost:3000/) にアクセスして、Dify のすべての機能をお楽しみください。
296296
乾杯!🍻

zh/self-host/advanced-deployments/local-source-code.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,5 +291,5 @@ uv run celery -A app.celery beat
291291

292292
### 访问 Dify
293293

294-
通过浏览器访问 [http://127.0.0.1:3000](http://127.0.0.1:3000/) 即可享受 Dify 所有激动人心的功能。
294+
通过浏览器访问 [http://localhost:3000](http://localhost:3000/) 即可享受 Dify 所有激动人心的功能。
295295
干杯!🍻

0 commit comments

Comments
 (0)