mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-03-26 13:18:34 +07:00
change 127.0.0.1 to localhost in access URLs (#707)
This commit is contained in:
@@ -287,5 +287,5 @@ To start the web frontend service, [Node.js v22 (LTS)](http://nodejs.org/) and [
|
||||
|
||||
### Access Dify
|
||||
|
||||
Access [http://127.0.0.1:3000](http://127.0.0.1:3000/) via browsers to enjoy all the exciting features of Dify.
|
||||
Access [http://localhost:3000](http://localhost:3000/) via browsers to enjoy all the exciting features of Dify.
|
||||
Cheers ! 🍻
|
||||
|
||||
@@ -292,5 +292,5 @@ Web フロントエンドサービスを起動するには、[Node.js v22 (LTS)]
|
||||
|
||||
### Dify にアクセスする
|
||||
|
||||
ブラウザで [http://127.0.0.1:3000](http://127.0.0.1:3000/) にアクセスして、Dify のすべての機能をお楽しみください。
|
||||
ブラウザで [http://localhost:3000](http://localhost:3000/) にアクセスして、Dify のすべての機能をお楽しみください。
|
||||
乾杯!🍻
|
||||
|
||||
@@ -291,5 +291,5 @@ uv run celery -A app.celery beat
|
||||
|
||||
### 访问 Dify
|
||||
|
||||
通过浏览器访问 [http://127.0.0.1:3000](http://127.0.0.1:3000/) 即可享受 Dify 所有激动人心的功能。
|
||||
通过浏览器访问 [http://localhost:3000](http://localhost:3000/) 即可享受 Dify 所有激动人心的功能。
|
||||
干杯!🍻
|
||||
|
||||
Reference in New Issue
Block a user