Browse Source

docs: Update ssrf_proxy related doc link in docker-compose file (#8516)

tags/0.9.0
WalterMitty 1 year ago
parent
commit
b3cb97f0ad
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/learn-more/faq/self-host-faq#id-18.-why-is-ssrf_proxy-needed
# https://docs.dify.ai/learn-more/faq/install-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

@@ -500,7 +500,7 @@ services:

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

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

@@ -63,7 +63,7 @@ services:

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

Loading…
Cancel
Save