{"id":543,"date":"2025-04-29T17:29:13","date_gmt":"2025-04-29T09:29:13","guid":{"rendered":"https:\/\/blog.zhouhonghe.com\/?p=543"},"modified":"2025-05-14T15:43:21","modified_gmt":"2025-05-14T07:43:21","slug":"dify-%e5%ae%89%e8%a3%85","status":"publish","type":"post","link":"https:\/\/blog.zhouhonghe.com\/?p=543","title":{"rendered":"Docker \u65b9\u5f0f\u90e8\u7f72 Dify"},"content":{"rendered":"<p># \u4e0b\u8f7d<br \/>\ngit clone https:\/\/github.com\/langgenius\/dify.git --branch 1.3.1<br \/>\ncd dify\/docker<\/p>\n<p># \u7f16\u8f91\u914d\u7f6e<br \/>\ncp .env.example .env<br \/>\nvi .env<br \/>\n<code>EXPOSE_NGINX_PORT=60010<br \/>\nEXPOSE_NGINX_SSL_PORT=60443<\/p>\n<p>FORCE_VERIFYING_SIGNATURE=false<br \/>\n<\/code><\/p>\n<p>vi docker-compose.yaml<br \/>\n<code>networks:<br \/>\n  # create a network between sandbox, api and ssrf_proxy, and can not access outside.<br \/>\n  ssrf_proxy_network:<br \/>\n    driver: bridge<br \/>\n    internal: true<\/code><br \/>\n\u6539\u4e3a<br \/>\n<code>networks:<br \/>\n  default:<br \/>\n    driver: bridge<br \/>\n    ipam:<br \/>\n      config:<br \/>\n        - subnet: 192.168.20.0\/24<br \/>\n  # create a network between sandbox, api and ssrf_proxy, and can not access outside.<br \/>\n  ssrf_proxy_network:<br \/>\n    driver: bridge<br \/>\n    internal: true<br \/>\n    ipam:<br \/>\n      config:<br \/>\n        - subnet: 192.168.21.0\/24<\/code><\/p>\n<p># \u542f\u52a8<br \/>\ndocker compose -p dify up -d<\/p>\n","protected":false},"excerpt":{"rendered":"<p># \u4e0b\u8f7d git clone https:\/\/github.com\/langgenius\/dify.git - [&hellip;]<\/p>... ","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-543","post","type-post","status-publish","format-standard","hentry","category-others"],"_links":{"self":[{"href":"https:\/\/blog.zhouhonghe.com\/index.php?rest_route=\/wp\/v2\/posts\/543","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.zhouhonghe.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.zhouhonghe.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.zhouhonghe.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.zhouhonghe.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=543"}],"version-history":[{"count":3,"href":"https:\/\/blog.zhouhonghe.com\/index.php?rest_route=\/wp\/v2\/posts\/543\/revisions"}],"predecessor-version":[{"id":557,"href":"https:\/\/blog.zhouhonghe.com\/index.php?rest_route=\/wp\/v2\/posts\/543\/revisions\/557"}],"wp:attachment":[{"href":"https:\/\/blog.zhouhonghe.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=543"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.zhouhonghe.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=543"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.zhouhonghe.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=543"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}