{"id":53,"date":"2022-11-16T19:14:16","date_gmt":"2022-11-16T11:14:16","guid":{"rendered":"https:\/\/namo.one\/?p=53"},"modified":"2022-11-30T14:34:55","modified_gmt":"2022-11-30T06:34:55","slug":"%e5%9c%a8docker%e4%b8%8b%e9%83%a8%e7%bd%b2nginx-proxy-managernpm","status":"publish","type":"post","link":"https:\/\/byso.top\/?p=53","title":{"rendered":"\u5728Docker\u4e0b\u90e8\u7f72Nginx Proxy Manager(NPM)"},"content":{"rendered":"\n<p>Prepare the directory first<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>mkdir -p \/root\/docker_data\/npm\ncd \/root\/docker_data\/npm\nvim docker-compose.yml<\/code><\/pre>\n\n\n\n<p>Copy and paste the below code into the docer-compose.yml file just created<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>version: '3'\nservices:\n  app:\n    image: 'jc21\/nginx-proxy-manager:latest'\n    restart: unless-stopped\n    network_mode: \"host\"\n    ports:\n      - '80:80'\n      - '81:81'\n      - '443:443'\n    volumes:\n      - \/root\/data\/docker_data\/npm\/data:\/data\n      - \/root\/data\/docker_data\/npm\/letsencrypt:\/etc\/letsencrypt<\/code><\/pre>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Visit the control panel website <\/p>\n<\/blockquote>\n\n\n\n<pre class=\"wp-block-code\"><code>http:&#47;&#47;IP:81<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Prepare the directory first Copy and paste the below co [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-53","post","type-post","status-publish","format-standard","hentry","category-vps"],"_links":{"self":[{"href":"https:\/\/byso.top\/index.php?rest_route=\/wp\/v2\/posts\/53","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/byso.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/byso.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/byso.top\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/byso.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=53"}],"version-history":[{"count":3,"href":"https:\/\/byso.top\/index.php?rest_route=\/wp\/v2\/posts\/53\/revisions"}],"predecessor-version":[{"id":274,"href":"https:\/\/byso.top\/index.php?rest_route=\/wp\/v2\/posts\/53\/revisions\/274"}],"wp:attachment":[{"href":"https:\/\/byso.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=53"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/byso.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=53"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/byso.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=53"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}