Browse Source

chore: fix ssrf doc url (#6828)

tags/0.6.16
非法操作 1 year ago
parent
commit
35d0534eb9
No account linked to committer's email address

+ 1
- 1
docker-legacy/docker-compose.middleware.yaml View File

@@ -73,7 +73,7 @@ services:

# ssrf_proxy server
# for more information, please refer to
# https://docs.dify.ai/getting-started/install-self-hosted/install-faq#id-16.-why-is-ssrf_proxy-needed
# https://docs.dify.ai/learn-more/faq/self-host-faq#id-18.-why-is-ssrf_proxy-needed
ssrf_proxy:
image: ubuntu/squid:latest
restart: always

+ 1
- 1
docker-legacy/docker-compose.yaml View File

@@ -494,7 +494,7 @@ services:

# ssrf_proxy server
# for more information, please refer to
# https://docs.dify.ai/getting-started/install-self-hosted/install-faq#id-16.-why-is-ssrf_proxy-needed
# https://docs.dify.ai/learn-more/faq/self-host-faq#id-18.-why-is-ssrf_proxy-needed
ssrf_proxy:
image: ubuntu/squid:latest
restart: always

+ 1
- 1
docker/docker-compose.yaml View File

@@ -279,7 +279,7 @@ services:

# ssrf_proxy server
# for more information, please refer to
# https://docs.dify.ai/getting-started/install-self-hosted/install-faq#id-16.-why-is-ssrf_proxy-needed
# https://docs.dify.ai/learn-more/faq/self-host-faq#id-18.-why-is-ssrf_proxy-needed
ssrf_proxy:
image: ubuntu/squid:latest
restart: always

Loading…
Cancel
Save