{"id":150315,"date":"2020-09-02T21:12:59","date_gmt":"2020-09-02T13:12:59","guid":{"rendered":"http:\/\/4563.org\/?p=150315"},"modified":"2020-09-02T21:12:59","modified_gmt":"2020-09-02T13:12:59","slug":"%e7%94%a8-docker-compose-%e5%90%af%e5%8a%a8-nginx%ef%bc%8c-network-%e4%b8%ba-host%ef%bc%8c-nginx-%e6%97%a0%e6%b3%95%e5%90%af%e5%8a%a8%e6%98%af%e6%80%8e%e4%b9%88%e5%9b%9e%e4%ba%8b%ef%bc%9f","status":"publish","type":"post","link":"http:\/\/4563.org\/?p=150315","title":{"rendered":"\u7528 docker-compose \u542f\u52a8 nginx\uff0c network \u4e3a host\uff0c nginx \u65e0\u6cd5\u542f\u52a8\u662f\u600e\u4e48\u56de\u4e8b\uff1f"},"content":{"rendered":"<div>\n<div>\n<div>\n<h1>                  \u7528 docker-compose \u542f\u52a8 nginx\uff0c network \u4e3a host\uff0c nginx \u65e0\u6cd5\u542f\u52a8\u662f\u600e\u4e48\u56de\u4e8b\uff1f               <\/h1>\n<p> <\/p>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : css3 <\/span>  <span><i><\/i> 24<\/span> <\/div>\n<div> <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div isfirst=\"1\"> <\/p>\n<p>\u5927\u4f6c\u4eec\u8bf7\u6559\u4e2a\u95ee\u9898\uff1a<\/p>\n<p>\u573a\u666f\uff1adocker for mac\uff0c \u901a\u8fc7 docker-compose \u521b\u5efa nginx \u5bb9\u5668,<\/p>\n<p>\u9047\u5230\u95ee\u9898\uff08 nginx \u65e0\u6cd5\u6b63\u5e38\u8fd0\u884c\uff09\uff1a<\/p>\n<ul>\n<li>\u82e5 docker \u7684 network \u4e3a host \u65f6\uff0c\u5bb9\u5668\u542f\u52a8\u663e\u793a\u6b63\u5e38\uff0c\u4f46\u901a\u8fc7 docker ps -a \u4e0d\u663e\u793a PORTS ,\u5e94\u8be5\u662f\u5047\u542f\u52a8\uff0cmac \u6d4f\u89c8\u5668\u8bbf\u95ee lcoalhost \u65f6\uff0c\u76f4\u63a5\u663e\u793a\u65e0\u6cd5\u8bbf\u95ee\u6b64\u7f51\u7ad9\uff08\u6211\u7406\u89e3\u7684\u6839\u672c\u5c31\u6ca1\u6709\u542f\u52a8\u6210\u529f\uff0c\u6240\u4ee5\u6253\u4e0d\u5f00\u9875\u9762\uff09<\/li>\n<li>\u82e5 docker \u7684 network \u4e3a\u9ed8\u8ba4\u7684\uff0c\u5bb9\u5668\u542f\u52a8\u663e\u793a\u6b63\u5e38\uff0c\u901a\u8fc7 docker ps -a \u4e5f\u80fd\u663e\u793a\u6620\u5c04\u7684 PORTS, \u5e94\u8be5\u662f\u542f\u52a8\u6210\u529f\uff0cmac \u6d4f\u89c8\u5668\u8bbf\u95ee lcoalhost \u65f6\uff0c\u663e\u793a\u7684\u662f nginx \u7684\u9519\u8bef\u9875\u9762\uff08\u4e3a\u5565\u4f1a\u8fd9\u6837\uff09<\/li>\n<\/ul>\n<pre><code># docker-compse.yml version: '3' services:   nginx:     container_name: nginx     image: nginx:latest     ports:     - 80:80     network_mode: host     volumes:     - \/opt\/nginx\/nginx.conf:\/etc\/nginx\/nginx.conf #\u5bbf\u4e3b\u673a\u6587\u4ef6\u5df2\u521b\u5efa     - \/opt\/nginx\/conf.d:\/etc\/nginx\/conf.d #\u5bbf\u4e3b\u673a\u76ee\u5f55\u5df2\u521b\u5efa     - \/opt\/nginx\/log:\/var\/log\/nginx #\u5bbf\u4e3b\u673a\u76ee\u5f55\u5df2\u521b\u5efa     restart: always <\/code><\/pre>\n<pre><code>$ docker-compose up -d Creating nginx ... done <\/code><\/pre>\n<pre><code>docker ps -a # PORTS \u662f\u7a7a\u7684 CONTAINER ID        IMAGE               COMMAND                  CREATED             STATUS              PORTS               NAMES cf103d8c33c6        nginx:latest        \"\/docker-entrypoint.\u2026\"   3 seconds ago       Up 2 seconds                            nginx  <\/code><\/pre>\n<pre><code>$ docker logs -f nginx  # \u4e3a\u5565\u63d0\u793a read-only file system? \/docker-entrypoint.sh: \/docker-entrypoint.d\/ is not empty, will attempt to perform configuration \/docker-entrypoint.sh: Looking for shell scripts in \/docker-entrypoint.d\/ \/docker-entrypoint.sh: Launching \/docker-entrypoint.d\/10-listen-on-ipv6-by-default.sh 10-listen-on-ipv6-by-default.sh: error: can not modify \/etc\/nginx\/conf.d\/default.conf (read-only file system?) \/docker-entrypoint.sh: Launching \/docker-entrypoint.d\/20-envsubst-on-templates.sh \/docker-entrypoint.sh: Configuration complete; ready for start up <\/code><\/pre>\n<\/p><\/div>\n<div> <b>\u5927\u4f6c\u6709\u8a71\u8aaa<\/b> (<span>19<\/span>)        <\/div>\n<div> <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<ul>\n<li data-pid=\"3009745\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : StarUDream <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             \u6307\u5b9a\u4e3a &#8220;host&#8221; \u65f6\uff0c\u6240\u6709\u5bb9\u5668\u7aef\u53e3\u90fd\u5bf9\u5e94\u5c5e\u4e3b\u673a\u7aef\u53e3\uff0c\u5728 PORTS \u4e2d\u770b\u4e0d\u5230\u6620\u5c04\u5173\u7cfb\u3002                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"3009746\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : hackshen <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             \u770b\u770b\u8fd9\u4e2a https:\/\/docs.docker.com\/network\/host\/<br \/>The host networking driver only works on Linux hosts, and is not supported on Docker Desktop for Mac, Docker Desktop for Windows, or Docker EE for Windows Server.                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"3009747\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : anubu <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             ports \u90e8\u5206\u914d\u7f6e\u4e86\u201c80:80\u201d\uff0c\u7f51\u7edc\u6a21\u5f0f\u6ca1\u5fc5\u8981\u4e86\uff0c\u5efa\u8bae\u53d6\u6d88\u914d\u7f6e\u3002\u5e94\u8be5\u4e5f\u4e0d\u662f\u7f51\u7edc\u6a21\u5f0f\u5bfc\u81f4\u7684\u5f02\u5e38\uff0c\u5efa\u8bae\u4ece\u6743\u9650\u95ee\u9898\u5165\u624b\u6392\u67e5\uff1a<br \/>1. \u7aef\u53e3\u53f7\u4f4e\u4e8e 1024 \u53ef\u80fd\u9700\u8981\u7279\u6b8a\u6743\u9650\uff0c\u786e\u8ba4\u6743\u9650\u662f\u5426\u8db3\u591f\uff0c\u53ef\u4ee5\u8bd5\u8bd5\u9ad8\u4f4d\u7aef\u53e3\u6620\u5c04\uff0c\u5982\u201c2080:80\u201d<br \/>2. \u770b\u62a5\u9519\u65e5\u5fd7\uff0c\u9996\u5148\u8003\u8651\u6392\u67e5\u6302\u8f7d\u7684\u6587\u4ef6\u6743\u9650\u3002\u5982\u679c\u662f\u624b\u52a8\u5728\u5916\u90e8\u521b\u5efa\u4e86\u76ee\u5f55\u548c\u6587\u4ef6\uff0c\u6302\u8f7d\u540e\u53ef\u80fd\u4f1a\u6709\u6587\u4ef6\u6743\u9650\u95ee\u9898                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"3009748\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : aaa5838769 <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             \u4f60\u672c\u673a\u6709\u6ca1\u6709 80 \u7aef\u53e3\u5f00\u653e\uff1f\u4e0d\u5305\u62ec nginx                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"3009749\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : Reficul <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             &#8220;`<br \/>10-listen-on-ipv6-by-default.sh: error: can not modify \/etc\/nginx\/conf.d\/default.conf (read-only file system?)<br \/>&#8220;`<\/p>\n<p>\u4f60\u8fd9\u4e2a\u914d\u7f6e\u53c8\u662f Volume \u6302\u8fdb\u53bb\u7684\uff0c\u6743\u9650\u95ee\u9898\u57fa\u672c\u4e0a\u662f\u3002                                                            <\/p><\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"3009750\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : Xusually <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             can not modify \/etc\/nginx\/conf.d\/default.conf (read-only file system?)                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"3009751\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : wfd0807 <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             docker for mac \u8fd0\u884c\u5bb9\u5668\u7684\u5bbf\u4e3b\u5b9e\u9645\u4e0a\u662f qemu \u865a\u62df\u673a\uff0c\u6240\u4ee5 host \u6a21\u5f0f\u5728 mac \u4e0a\u4e0d\u652f\u6301                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"3009752\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u4e3b<\/span> <span>\u8cc7\u6df1\u5927\u4f6c : css3 <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             @StarUDream \u54e6\u54e6\uff0c\u5c31\u662f\u8bf4 network \u662f host \u65f6\uff0c\u7aef\u53e3\u4e0d\u7528\u6620\u5c04\u4e86\uff0c\u5bb9\u5668\u5916\u8bbf\u95ee\u4efb\u4f55\u7aef\u53e3\u90fd\u4f1a\u6307\u5411\u5bb9\u5668\u5185\u5bf9\u5e94\u7684\u7aef\u53e3\uff0c\u662f\u8fd9\u4e2a\u610f\u601d\u5427\uff1f\u4f46\u6211\u770b\u4e0b\u6709\u4eba\u8bf4 mac \u7684 dodocker \u4e0d\u652f\u6301 hohost \u7f51\u7edc\u6a21\u5f0f                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"3009753\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u4e3b<\/span> <span>\u8cc7\u6df1\u5927\u4f6c : css3 <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             @css3 @StarUDream @hackshen @anubu @aaa5838769 @Reficul @Xusually @wfd0807 <br \/>\u8001\u54e5\u4eec\u518d\u770b\u770b\uff0c\u6211\u8bf4 append \u539f\u59cb\u9700\u6c42\u548c\u6700\u65b0\u9047\u5230\u7684\u95ee\u9898\u4e86                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"3009754\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : wfd0807 <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             @css3 host.docker.internal \u662f\u4ece\u5bb9\u5668\u5185\u8bbf\u95ee qemu \u865a\u62df\u673a\u7684\u5bbf\u4e3b\u673a\u7528\u7684<\/p>\n<p>proxy_pass http:\/\/127.0.0.1:8080; ==&gt; proxy_pass http:\/\/host.docker.internal:8080;                                                            <\/p><\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"3009755\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u4e3b<\/span> <span>\u8cc7\u6df1\u5927\u4f6c : css3 <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             @wfd0807 \u6211\u7684\u9700\u6c42\u662f\uff1a\u672c\u5730\u8bf7\u6c42=&gt;nginx \u5bb9\u5668\u8f6c\u53d1=&gt;\u8fd4\u56de\u672c\u5730\uff0c\u5982\u4f55\u5b9e\u73b0\u5462                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"3009756\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : no1xsyzy <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             @css3 #9 \u4ffa\u5bfb\u601d\u4f60\u770b\u770b #2 \u548c #7 \u5427<br \/>network_mode: host \u4e0d\u53ef\u7528                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"3009757\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : no1xsyzy <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             docker \u8fd8\u662f ports: [&#8220;80:80&#8221;]<br \/>nginx \u7684\u4ee3\u7406\u4e0a\u6e38\u4e0d\u5e94\u8be5\u662f 127.0.0.1 \u800c\u5e94\u8be5\u662f host.docker.internal                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"3009758\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : anubu <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             \u770b\u4e0a\u53bb\u662f\u8981\u5229\u7528\u5bb9\u5668\u4e2d\u7684 nginx \u4ee3\u7406\u672c\u5730\u5bbf\u4e3b\u673a\u4e0a\u7684\u4e00\u4e2a\u7a0b\u5e8f\uff0c\u76ee\u524d\u7684 proxy_pass \u914d\u7f6e\u80af\u5b9a\u662f\u9519\u8bef\u7684\u3002\u6ca1\u7528\u8fc7 Mac \u7248\uff0c\u6309\u7167 Windows \u7248\u63a8\u6d4b\uff0c\u5f53\u524d\u73af\u5883\u81f3\u5c11\u6709\u4e09\u5c42\u7f51\u7edc\uff0c\u5bbf\u4e3b\u673a\u300b\u865a\u62df\u673a\u300b\u5bb9\u5668\uff0c\u4e09\u5c42\u5206\u522b\u6709\u5404\u81ea\u7684 localhost\uff0c\u5f53\u524d\u914d\u7f6e\u6302\u8f7d\u5230\u5bb9\u5668\u4e2d\u7684 nginx \u5c31\u662f\u53cd\u4ee3\u5bb9\u5668\u7684 localhost:8080\uff0c\u5e94\u8be5\u662f\u4e0d\u7b26\u5408\u9884\u671f\u7684\uff0c\u5b9e\u9645\u9700\u6c42\u5e94\u8be5\u662f\u5e0c\u671b\u53cd\u4ee3\u5bbf\u4e3b\u673a\u7684 localhost:8080 \u3002<\/p>\n<p>\u5982\u679c\u5bbf\u4e3b\u673a\u7a0b\u5e8f\u76d1\u542c 0.0.0.0:8080\uff0c\u53ef\u7b80\u5355\u4fee\u6539 prox_pass \u4e3a\u5bbf\u4e3b\u673a IP:8080\uff0c\u5e94\u8be5\u80fd\u8fbe\u5230\u9884\u671f\u3002                                                            <\/p><\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"3009759\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : hackshen <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             \u540c\u610f 14  nginx \u91cc\u9762\u914d\u7f6e proxy_pass http:\/\/\u5bbf\u4e3b\u673a IP:\u7aef\u53e3\u53f7; <br \/>\u5982\u679c\u4f60\u7535\u8111 IP \u6bcf\u5929\u66f4\u6362\u53ef\u4ee5\u5c1d\u8bd5\u5728\u5bbf\u4e3b\u673a\u4fee\u6539 host \u7ed1\u5b9a \uff0c\u6bd4\u5982 xxx.xxx.xxx.xx test.baidu.com, nginx \u91cc\u9762\u914d\u7f6e proxy_pass http:\/\/test.baidu.com;                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"3009760\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u4e3b<\/span> <span>\u8cc7\u6df1\u5927\u4f6c : css3 <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             @css3 @StarUDream @hackshen @anubu @aaa5838769 @Reficul @Xusually @wfd0807 @no1xsyzy <\/p>\n<p>\u8001\u54e5\u4eec\uff0c\u89e3\u51b3\u4e86\uff0c\u5c31\u662f nginx \u5bb9\u5668\u5185\u914d\u7f6e\u672c\u5730\u7684 ip \u8981\u5199\u6210\u50cf 13 \u8001\u54e5\u7684\u90a3\u79cd\uff0c\u591a\u8c22\u5404\u4f4d\u4e86\uff01                                                            <\/p><\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"3009761\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u4e3b<\/span> <span>\u8cc7\u6df1\u5927\u4f6c : css3 <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             @wfd0807 \u5bf9\u7684\uff0c\u8fd9\u6837\u89e3\u51b3\u4e86\u95ee\u9898\uff0c\u591a\u8c22\u8001\u54e5\u6307\u70b9                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"3009762\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : lyhapple <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             docker-compose.yml \u91cc\u52a0\u5165\uff1a                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"3009763\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : lyhapple <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             networks:<br \/> backend:<br \/> name: backend_network<br \/> driver: bridge<\/p>\n<p>\u7136\u540e\u5bb9\u5668\u91cc\u6307\u5b9a\uff1a<br \/>nginx:<br \/> \/\/ \u5176\u5b83\u914d\u7f6e<br \/> networks:<br \/> &#8211; backend                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li>\n","protected":false},"excerpt":{"rendered":"<p>\u7528 docker-compose &hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[],"tags":[],"_links":{"self":[{"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/posts\/150315"}],"collection":[{"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/4563.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=150315"}],"version-history":[{"count":0,"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/posts\/150315\/revisions"}],"wp:attachment":[{"href":"http:\/\/4563.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=150315"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/4563.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=150315"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/4563.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=150315"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}