{"id":2495,"date":"2020-10-20T20:34:36","date_gmt":"2020-10-20T12:34:36","guid":{"rendered":"https:\/\/zhujitips.com\/?p=2495"},"modified":"2020-10-21T07:51:28","modified_gmt":"2020-10-20T23:51:28","slug":"%e6%95%99%e7%a8%8bnextcloud%e4%bb%8e%e4%bb%a3%e7%a0%81%e9%83%a8%e7%bd%b2%e8%bf%81%e7%a7%bb%e5%88%b0docker%e9%83%a8%e7%bd%b2","status":"publish","type":"post","link":"https:\/\/zhujitips.com\/2495","title":{"rendered":"[\u6559\u7a0b]nextcloud\u4ece\u4ee3\u7801\u90e8\u7f72\u8fc1\u79fb\u5230docker\u90e8\u7f72"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">\u5199\u5728\u524d\u9762<\/h2>\n\n\n\n<p>\u542c\u8bf4docker\u65b9\u4fbf\uff0c\u5f88\u4e45\u4ee5\u524d\u5c31\u542c\u8bf4nextcloud\u6709docker\u7248\u672c\uff0c\u4f46\u662f\u4e00\u76f4\u5bf9docker\u6709\u70b9\u6015\uff08\u4e0d\u719f\u7ec3\uff0c233\uff09<\/p>\n\n\n\n<p>\u7eaf\u4ee3\u7801\u90e8\u7f72\u8fc1\u79fb\u5b9e\u5728\u9ebb\u70e6\uff0c\u4ee5\u81f3\u4e8e\u6211\u7684nextcloud\u8fd8\u505c\u7559\u572814\u7248\u672c\u3002<\/p>\n\n\n\n<p>\u8fd9\u56de\u611f\u89c9nextcloud20\u7248\u672c\u529f\u80fd\u4f3c\u4e4e\u589e\u52a0\u4e86\u4e0d\u5c11\u3002\u4e8e\u662f\u60f3\u7740\u7ed9\u5b83\u5347\u7ea7\u4e00\u4e0b\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u5f00\u59cb\u5427<\/h2>\n\n\n\n<p>\u4e00.\u5bf9\u539f\u6765\u7684\u6570\u636e\u5e93\u6587\u4ef6\u8fdb\u884c\u5907\u4efd\uff0c\u6211\u539f\u6599\u7528\u7684\u662f\u5b9d\u5854\uff0c\u5907\u4efd\u5f88\u65b9\u4fbf\u3002<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"240\" src=\"https:\/\/zhujitips.com\/wp-content\/uploads\/2020\/10\/image-1-1024x240.png\" alt=\"\" class=\"wp-image-2496\" srcset=\"https:\/\/zhujitips.com\/wp-content\/uploads\/2020\/10\/image-1-1024x240.png 1024w, https:\/\/zhujitips.com\/wp-content\/uploads\/2020\/10\/image-1-300x70.png 300w, https:\/\/zhujitips.com\/wp-content\/uploads\/2020\/10\/image-1-768x180.png 768w, https:\/\/zhujitips.com\/wp-content\/uploads\/2020\/10\/image-1.png 1045w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>\u4e0b\u8f7d\u4e0b\u6765\uff0c\u662fgz\u538b\u7f29\u5305\u3002\u89e3\u538b\u5f97\u5230.sql\u7684\u6570\u636e\u5e93\u6587\u4ef6<\/p>\n\n\n\n<p>\u4e8c.\u5728\u65b0\u670d\u52a1\u5668\u4e0a\u8fdb\u884c<\/p>\n\n\n\n<p>1.\u5b89\u88c5docker\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">apt -y update #centos\u7528apt\u6362\u6210yum<br>apt -y install curl    #centos\u7528apt\u6362\u6210yum <br>curl -sSL https:\/\/get.docker.com\/ | sh <br>systemctl start docker <br>systemctl enable docker<\/pre>\n\n\n\n<p>2.\u5b89\u88c5docker-compose\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">curl -L https:\/\/github.com\/docker\/compose\/releases\/download\/1.25.4\/docker-compose-`uname -s`-`uname -m` -o \/usr\/local\/bin\/docker-compose <br><br>chmod +x \/usr\/local\/bin\/docker-compose<\/pre>\n\n\n\n<p>3.docker nextcloud\u76f8\u5173\u5185\u5bb9\u8981\u5b58\u653e\u7684\u4f4d\u7f6e\uff0c\u6211\u7ed9\u4ed6\u8bbe\u5b9a\u5728\/www\/docker\u4e0b<\/p>\n\n\n\n<p>\u4e0d\u786e\u5b9a\u662f\u5426\u9700\u8981\u63d0\u524d\u521b\u5efa\u597d\u76ee\u5f55\uff0c\u5728\u6b64\uff0c\u6211\u5148\u5efa\u597d\u4e86\u76f8\u5173\u76ee\u5f55<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">mkdir -p \/www\/docker <br>mkdir -p \/www\/docker\/config  <br>mkdir -p \/www\/docker\/data<br>mkdir -p \/www\/docker\/www<br><\/pre>\n\n\n\n<p>4.\u65b0\u5efadocker-compose\u914d\u7f6e\u6587\u4ef6<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">nano \/www\/docker\/docker-compose.yml<br><\/pre>\n\n\n\n<p>5.\u7c98\u8d34\u914d\u7f6e\u6587\u4ef6\u5185\u5bb9\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">version: '2'<br> services:<br>   db:<br>     image: mariadb<br>     restart: always<br>     volumes:<br>       - \/www\/docker\/db:\/var\/lib\/mysql<br>     environment:<br>       - MYSQL_ROOT_PASSWORD=root<br>       - MYSQL_PASSWORD=nextcloud<br>       - MYSQL_DATABASE=nextcloud<br>       - MYSQL_USER=nextcloud<br> app:<br>     image: nextcloud:14.0.14       (\u5907\u6ce8\uff0c\u62ec\u53f7\u7684\u90fd\u8981\u5220\u9664\uff0c\u522b\u7559\u7740\u914d\u7f6e\u6587\u4ef6\u4e2d\uff1a20.0.0\uff0c\u8bbe\u7f6e\u4f60\u8981\u7684\u7248\u672c\u53f7\u3002\u5efa\u8bae\u9009\u62e9\u548c\u4f60\u539f\u6765\u4ee3\u7801\u90e8\u7f72\u540c\u7248\u672c\uff0cnextclud\u63d0\u793a\uff0c\u9010\u7ea7\u5347\u7ea7\uff0c\u598214->15->16\u2026\u2026)<br>     ports:<br>       - 7009:80<br>     links:<br>       - db<br>     volumes:<br>       - \/www\/docker\/www:\/var\/www\/html<br>       - \/www\/docker\/data\/:\/var\/www\/html\/data<br>       - \/www\/docker\/config:\/var\/www\/html\/config<br>     restart: always<\/pre>\n\n\n\n<p>6.\u62c9\u53d6<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">docker-compose up -d<\/pre>\n\n\n\n<p>\u5230\u8fd9\u91cc\uff0c\u5982\u679c\u4e0d\u662f\u8fc1\u79fb\uff0c\u53ea\u662f\u65b0\u73a9docker nextcloud\u7684\u8bdd\uff0c\u5df2\u7ecf\u53ef\u4ee5\u901a\u8fc7ip:7009\u8bbf\u95ee\uff0c\u5e76\u65b0\u88c5nextcloud\u4e86(\u6570\u636e\u5e93\u4f4d\u7f6e\u4e0d\u662flocalhost\uff0c\u800c\u662fdb)<\/p>\n\n\n\n<p>7.\u5bfc\u5165\u6570\u636e\u5e93<\/p>\n\n\n\n<p>\u628a\u5907\u4efd\u7684sql\u6570\u636e\u5e93\u6587\u4ef6\uff0c\u5148\u4e0a\u4f20\u5230\u5c0f\u9e21\u7684\u67d0\u4e2a\u5730\u65b9\uff0c\u5982,\u6211\u7684\uff0c\/www\/docker\/yun.sql<\/p>\n\n\n\n<p>\u8fd0\u884c\u4e00\u4e0b\uff0c\u770b\u770b\u81ea\u5df1\u7684\u5bb9\u5668\u540d\u662f\u5565<\/p>\n\n\n\n<p>docker ps<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"78\" src=\"https:\/\/zhujitips.com\/wp-content\/uploads\/2020\/10\/image-2-1024x78.png\" alt=\"\" class=\"wp-image-2497\" srcset=\"https:\/\/zhujitips.com\/wp-content\/uploads\/2020\/10\/image-2-1024x78.png 1024w, https:\/\/zhujitips.com\/wp-content\/uploads\/2020\/10\/image-2-300x23.png 300w, https:\/\/zhujitips.com\/wp-content\/uploads\/2020\/10\/image-2-768x59.png 768w, https:\/\/zhujitips.com\/wp-content\/uploads\/2020\/10\/image-2.png 1153w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>\u4f60docker-compose\u914d\u7f6e\u6587\u4ef6yml\uff0c\u653e\u7684\u548c\u6211\u4e0d\u540c\u540d\u76ee\u5f55\u4e0b\uff0c\u5728\u6b64\u5e94\u8be5\u80fd\u770b\u5230\u4f60\u81ea\u5df1\u7684\u5bb9\u5668\u540d\u3002<\/p>\n\n\n\n<p>\u7136\u540e\u62f7\u8d1d\u6570\u636e\u5e93\u5907\u4efd\u81f3\u5bb9\u5668\u5e94\u7528\u4e2d\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">docker cp \/www\/docker\/yun.sql docker_db_1:\/opt\/yun.sql<\/pre>\n\n\n\n<p>\u8fdb\u5165\u6570\u636e\u5e93\u5bb9\u5668\uff0c\u5e76\u6062\u590d\u6570\u636e\u5e93\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">#\u8fdb\u5165\u6570\u636e\u5e93\u5bb9\u5668<br>docker exec -it docker_db_1 \/bin\/bash<br>#\u5bfc\u5165\u6570\u636e<br>mysql -u root -p<br>#\u8f93\u5165\u5bc6\u7801 root<br><br>mysql&gt; use nextcloud<br>mysql&gt; source \/opt\/yun.sql<br><br>#\u9000\u51fa\u6570\u636e\u5e93\u64cd\u4f5c<br>mysql&gt; exit<br><br>#\u5728\u9000\u51fa\u6570\u636e\u5e93\u5bb9\u5668<br>exit<\/pre>\n\n\n\n<p>8.\u8fdb\u5165nextcloud\u5bb9\u5668\uff0c\u5e76\u6062\u590d\/config\/config.php\u914d\u7f6e\u6587\u4ef6<\/p>\n\n\n\n<p>\u4f60\u81ea\u5df1\u7684config.php\uff0c\u5982\u6709\u4e00\u4e0b\uff0c\u628a\u4ed6\u6ce8\u91ca\u6389\u6216\u5220\u6389\uff0c\u53ef\u80fd\u4f1a\u5b58\u5728\u95ee\u9898\uff1a<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"371\" height=\"138\" src=\"https:\/\/zhujitips.com\/wp-content\/uploads\/2020\/10\/image-4.png\" alt=\"\" class=\"wp-image-2501\" srcset=\"https:\/\/zhujitips.com\/wp-content\/uploads\/2020\/10\/image-4.png 371w, https:\/\/zhujitips.com\/wp-content\/uploads\/2020\/10\/image-4-300x112.png 300w\" sizes=\"auto, (max-width: 371px) 100vw, 371px\" \/><\/figure>\n\n\n\n<pre class=\"wp-block-preformatted\">docker exec -it docker_app_1 \/bin\/bash<br><br>#\u6211\u559c\u6b22\u7528nano\uff0cnextcloud\u5bb9\u5668\u6ca1\u6709\uff0c\u5b89\u88c5\u5b83<br>apt update<br>apt install nano -y<br><br>#\u56de\u590d\u914d\u7f6e\u6587\u4ef6config.php<br>nano \/var\/www\/html\/config\/config.php<br><br>#\u628a\u539f\u6765\u4ee3\u7801\u90e8\u7f72\u7684\u8be5\u6587\u4ef6\u4e2d\u5185\u5bb9\u8d34\u8fdb\u53bb\uff0c\u5efa\u8bae\u7528\u4f60\u81ea\u5df1\u539f\u6765\u7684\uff0c\u5f00\u4e86<br>\u5927\u81f4\u5982\u4e0b\uff1a<br>   'passwordsalt' =&gt; '\u4e00\u5927\u4e32\u6587\u672c',<br>   'secret' =&gt; '\u4e00\u5927\u4e32\u6587\u672c',<br>   'datadirectory' =&gt; '\/var\/www\/html\/data',<br>   'overwrite.cli.url' =&gt; 'http:\/\/127.0.0.1:7009',<br>   'dbtype' =&gt; 'mysql',<br>   'version' =&gt; '14.0.14',<br>   'dbname' =&gt; 'nextcloud',<br>   'dbhost' =&gt; 'db',<br>   'dbport' =&gt; '',<br>   'dbtableprefix' =&gt; 'oc_',<br>   'dbuser' =&gt; 'nextcloud',<br>   'dbpassword' =&gt; 'nextcloud',<br>   'installed' =&gt; true,<br>   'theme' =&gt; '',<br>   'loglevel' =&gt; 0,<br>   'maintenance' =&gt; false,<br><\/pre>\n\n\n\n<p>8.2\u8fd8\u6709\u4e00\u79cd\u529e\u6cd5\uff0c\u4e0d\u53bbdocker\u91cc\u641e\uff0c\u76f4\u63a5\u5728\/www\/docker\/config\/config.php\u4e5f\u53ef\u4ee5<\/p>\n\n\n\n<p>\u4f46\u9700\u8981\u66f4\u6b63\u4e00\u4e0b\u6743\u9650<\/p>\n\n\n\n<p>\u8fdb\u5230docker_app_1\u5bb9\u5668\u91cc\u53bb\u4fee\u6539\u7684\u6743\u9650<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">docker exec -it docker_app_1 \/bin\/bash<br>chown -R www-data \/var\/www\/html\/config\/config.php<\/pre>\n\n\n\n<p>9.\u5347\u7ea7\u6570\u636e\u5e93\uff0c\u4ee5\u540e\uff0c\u6bcf\u5347\u7ea7\u4e00\u4e2a\u7248\u672c\uff0c\u90fd\u9700\u8fd0\u884c\u4e00\u4e0b\u4e0b\u9762\u7684\u547d\u4ee4\uff0c\u4e00\u4e0b\u4e0d\u884c\uff0c\u4e8c\u4e0b\uff0c\u4e09\u4e0b\u3002<\/p>\n\n\n\n<p>\u7248\u672c17-&gt;18\u5b9e\u5728\u4e0d\u884c\uff0c\u5f80\u4e0b\u770b<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">docker exec -u www-data -ti docker_app_1 php occ upgrade<\/pre>\n\n\n\n<p>\u5e94\u8be5\u5df2\u7ecf\u80fd\u6b63\u5e38\u8bbf\u95ee\u4e86ip:7009<\/p>\n\n\n\n<p>\u66f4\u6539docker-compose.yml\u4e2d\u7684nextcloud\u7248\u672c\u53f7\uff0c\u9010\u7ea7\uff0c\u5982\u539f14\uff0c\u6539\u621015<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"473\" height=\"533\" src=\"https:\/\/zhujitips.com\/wp-content\/uploads\/2020\/10\/image-3.png\" alt=\"\" class=\"wp-image-2498\" srcset=\"https:\/\/zhujitips.com\/wp-content\/uploads\/2020\/10\/image-3.png 473w, https:\/\/zhujitips.com\/wp-content\/uploads\/2020\/10\/image-3-266x300.png 266w\" sizes=\"auto, (max-width: 473px) 100vw, 473px\" \/><\/figure>\n\n\n\n<p>\u8fd0\u884c\uff0c\u5373\u53ef\u62c9\u53d6\u5e76\u8fd0\u884c\u65b0\u4e00\u4e2a\u7248\u672c\u7684nextcloud\uff0c\u522b\u5fd8\u8bb0\u5347\u7ea7\u4e00\u4e0b\u6570\u636e\u5e93<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">docker-compose down &amp;&amp; docker-compose up -d<br> <br>docker exec -u www-data -ti docker_app_1 php occ upgrade <br><\/pre>\n\n\n\n<p>10.\u5728\u5347\u7ea7\u8fc7\u7a0b\u4e2d\uff0c\u6709\u51e0\u4e2a\u7248\u672c\u6709\u62a5\u9519\uff0c\u518d\u6b21\u8fd0\u884c\u8fd9\u5347\u7ea7\u547d\u4ee4\uff0c\u5f97\u5230\u89e3\u51b3\u3002<\/p>\n\n\n\n<p>\u4f46\u662f\u572817-&gt;18\u65f6\uff0c\u518d\u6b21\u8fd0\u884c\u5347\u7ea7\u547d\u4ee4\u4e5f\u65e0\u6548\uff0c\u653e\u72d7\u641c\u7d22\u4e86\u4e0b\uff0c\u5f97\u5230\u89e3\u51b3\u529e\u6cd5<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Upgrade fails with &#8211; Column name &#8220;oc_flow_operations.entity&#8221; is &#8220;NotNull&#8221;, but has empty string or null as default<\/h4>\n\n\n\n<p><a href=\"https:\/\/github.com\/nextcloud\/server\/issues\/23174\">https:\/\/github.com\/nextcloud\/server\/issues\/23174<\/a><\/p>\n\n\n\n<p>\u89e3\u51b3\u529e\u6cd5\u5982\u4e0b\uff0c\u4e00\u6761\u6761\u8fd0\u884c\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"> docker exec -u docker_db_1 \/bin\/bash&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br> &nbsp;<br> mysql -u root -p<br> &nbsp;<br> use nextcloud<br> &nbsp;<br> alter table oc_flow_operations add column entity character varying(256) not null; <\/pre>\n\n\n\n<p>\u518d\u6b21\u4f7f\u7528\u5347\u7ea7\u547d\u4ee4\uff0c\u6210\u529f\u5347\u7ea7<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"> docker exec -u www-data -ti docker_app_1 php occ upgrade <\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">\u5199\u5728\u4e0b\u9762\uff1a<\/h2>\n\n\n\n<p>\u76ee\u524d\uff0c\u6211\u5df2\u7ecf\u628anextcloud\u7248\u672c14-&gt;15-&gt;16-&gt;17-&gt;18-&gt;19-&gt;20\uff0c\u9010\u7ea7\u5347\u7ea7\u5230\u4e8620.0<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5199\u5728\u524d\u9762 \u542c\u8bf4docker\u65b9\u4fbf\uff0c\u5f88\u4e45\u4ee5\u524d\u5c31\u542c\u8bf4nextcloud\u6709docker\u7248\u672c\uff0c\u4f46\u662f\u4e00\u76f4\u5bf9docker\u6709\u70b9\u6015\uff08\u4e0d\u719f\u7ec3\uff0c233\uff09 \u7eaf\u4ee3\u7801\u90e8\u7f72\u8fc1\u79fb\u5b9e\u5728\u9ebb\u70e6\uff0c\u4ee5\u81f3\u4e8e\u6211\u7684nextcloud\u8fd8\u505c\u7559\u572814\u7248\u672c<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[202,43],"class_list":["post-2495","post","type-post","status-publish","format-standard","hentry","category-3","tag-docker","tag-nextcloud"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>[\u6559\u7a0b]nextcloud\u4ece\u4ee3\u7801\u90e8\u7f72\u8fc1\u79fb\u5230docker\u90e8\u7f72 | \u4e3b\u673a\u8d34\u58eb<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/zhujitips.com\/2495\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"[\u6559\u7a0b]nextcloud\u4ece\u4ee3\u7801\u90e8\u7f72\u8fc1\u79fb\u5230docker\u90e8\u7f72 | \u4e3b\u673a\u8d34\u58eb\" \/>\n<meta property=\"og:description\" content=\"\u5199\u5728\u524d\u9762 \u542c\u8bf4docker\u65b9\u4fbf\uff0c\u5f88\u4e45\u4ee5\u524d\u5c31\u542c\u8bf4nextcloud\u6709docker\u7248\u672c\uff0c\u4f46\u662f\u4e00\u76f4\u5bf9docker\u6709\u70b9\u6015\uff08\u4e0d\u719f\u7ec3\uff0c233\uff09 \u7eaf\u4ee3\u7801\u90e8\u7f72\u8fc1\u79fb\u5b9e\u5728\u9ebb\u70e6\uff0c\u4ee5\u81f3\u4e8e\u6211\u7684nextcloud\u8fd8\u505c\u7559\u572814\u7248\u672c\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zhujitips.com\/2495\" \/>\n<meta property=\"og:site_name\" content=\"\u4e3b\u673a\u8d34\u58eb\" \/>\n<meta property=\"article:published_time\" content=\"2020-10-20T12:34:36+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-10-20T23:51:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/zhujitips.com\/wp-content\/uploads\/2020\/10\/image-1-1024x240.png\" \/>\n<meta name=\"author\" content=\"zhujitips\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"zhujitips\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/zhujitips.com\/2495#article\",\"isPartOf\":{\"@id\":\"https:\/\/zhujitips.com\/2495\"},\"author\":{\"name\":\"zhujitips\",\"@id\":\"https:\/\/zhujitips.com\/#\/schema\/person\/309294842a8ff3d97ba61927c731074d\"},\"headline\":\"[\u6559\u7a0b]nextcloud\u4ece\u4ee3\u7801\u90e8\u7f72\u8fc1\u79fb\u5230docker\u90e8\u7f72\",\"datePublished\":\"2020-10-20T12:34:36+00:00\",\"dateModified\":\"2020-10-20T23:51:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/zhujitips.com\/2495\"},\"wordCount\":94,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/zhujitips.com\/2495#primaryimage\"},\"thumbnailUrl\":\"https:\/\/zhujitips.com\/wp-content\/uploads\/2020\/10\/image-1-1024x240.png\",\"keywords\":[\"docker\",\"nextcloud\"],\"articleSection\":[\"\u6559\u7a0b\"],\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/zhujitips.com\/2495#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/zhujitips.com\/2495\",\"url\":\"https:\/\/zhujitips.com\/2495\",\"name\":\"[\u6559\u7a0b]nextcloud\u4ece\u4ee3\u7801\u90e8\u7f72\u8fc1\u79fb\u5230docker\u90e8\u7f72 | \u4e3b\u673a\u8d34\u58eb\",\"isPartOf\":{\"@id\":\"https:\/\/zhujitips.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/zhujitips.com\/2495#primaryimage\"},\"image\":{\"@id\":\"https:\/\/zhujitips.com\/2495#primaryimage\"},\"thumbnailUrl\":\"https:\/\/zhujitips.com\/wp-content\/uploads\/2020\/10\/image-1-1024x240.png\",\"datePublished\":\"2020-10-20T12:34:36+00:00\",\"dateModified\":\"2020-10-20T23:51:28+00:00\",\"author\":{\"@id\":\"https:\/\/zhujitips.com\/#\/schema\/person\/309294842a8ff3d97ba61927c731074d\"},\"breadcrumb\":{\"@id\":\"https:\/\/zhujitips.com\/2495#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/zhujitips.com\/2495\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/zhujitips.com\/2495#primaryimage\",\"url\":\"https:\/\/zhujitips.com\/wp-content\/uploads\/2020\/10\/image-1-1024x240.png\",\"contentUrl\":\"https:\/\/zhujitips.com\/wp-content\/uploads\/2020\/10\/image-1-1024x240.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/zhujitips.com\/2495#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\/\/zhujitips.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"[\u6559\u7a0b]nextcloud\u4ece\u4ee3\u7801\u90e8\u7f72\u8fc1\u79fb\u5230docker\u90e8\u7f72\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/zhujitips.com\/#website\",\"url\":\"https:\/\/zhujitips.com\/\",\"name\":\"\u4e3b\u673a\u8d34\u58eb\",\"description\":\"\u642c\u74e6\u5de5|BandwagonHost VPS|Vps|\u4e3b\u673a\u63a8\u8350\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/zhujitips.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-Hans\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/zhujitips.com\/#\/schema\/person\/309294842a8ff3d97ba61927c731074d\",\"name\":\"zhujitips\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/zhujitips.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/5135b1517a004aa26ad110b256c11a50e86218101c1fe79eb2eb63ff906608b5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/5135b1517a004aa26ad110b256c11a50e86218101c1fe79eb2eb63ff906608b5?s=96&d=mm&r=g\",\"caption\":\"zhujitips\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"[\u6559\u7a0b]nextcloud\u4ece\u4ee3\u7801\u90e8\u7f72\u8fc1\u79fb\u5230docker\u90e8\u7f72 | \u4e3b\u673a\u8d34\u58eb","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/zhujitips.com\/2495","og_locale":"zh_CN","og_type":"article","og_title":"[\u6559\u7a0b]nextcloud\u4ece\u4ee3\u7801\u90e8\u7f72\u8fc1\u79fb\u5230docker\u90e8\u7f72 | \u4e3b\u673a\u8d34\u58eb","og_description":"\u5199\u5728\u524d\u9762 \u542c\u8bf4docker\u65b9\u4fbf\uff0c\u5f88\u4e45\u4ee5\u524d\u5c31\u542c\u8bf4nextcloud\u6709docker\u7248\u672c\uff0c\u4f46\u662f\u4e00\u76f4\u5bf9docker\u6709\u70b9\u6015\uff08\u4e0d\u719f\u7ec3\uff0c233\uff09 \u7eaf\u4ee3\u7801\u90e8\u7f72\u8fc1\u79fb\u5b9e\u5728\u9ebb\u70e6\uff0c\u4ee5\u81f3\u4e8e\u6211\u7684nextcloud\u8fd8\u505c\u7559\u572814\u7248\u672c","og_url":"https:\/\/zhujitips.com\/2495","og_site_name":"\u4e3b\u673a\u8d34\u58eb","article_published_time":"2020-10-20T12:34:36+00:00","article_modified_time":"2020-10-20T23:51:28+00:00","og_image":[{"url":"https:\/\/zhujitips.com\/wp-content\/uploads\/2020\/10\/image-1-1024x240.png","type":"","width":"","height":""}],"author":"zhujitips","twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005":"zhujitips","\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"2 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/zhujitips.com\/2495#article","isPartOf":{"@id":"https:\/\/zhujitips.com\/2495"},"author":{"name":"zhujitips","@id":"https:\/\/zhujitips.com\/#\/schema\/person\/309294842a8ff3d97ba61927c731074d"},"headline":"[\u6559\u7a0b]nextcloud\u4ece\u4ee3\u7801\u90e8\u7f72\u8fc1\u79fb\u5230docker\u90e8\u7f72","datePublished":"2020-10-20T12:34:36+00:00","dateModified":"2020-10-20T23:51:28+00:00","mainEntityOfPage":{"@id":"https:\/\/zhujitips.com\/2495"},"wordCount":94,"commentCount":0,"image":{"@id":"https:\/\/zhujitips.com\/2495#primaryimage"},"thumbnailUrl":"https:\/\/zhujitips.com\/wp-content\/uploads\/2020\/10\/image-1-1024x240.png","keywords":["docker","nextcloud"],"articleSection":["\u6559\u7a0b"],"inLanguage":"zh-Hans","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/zhujitips.com\/2495#respond"]}]},{"@type":"WebPage","@id":"https:\/\/zhujitips.com\/2495","url":"https:\/\/zhujitips.com\/2495","name":"[\u6559\u7a0b]nextcloud\u4ece\u4ee3\u7801\u90e8\u7f72\u8fc1\u79fb\u5230docker\u90e8\u7f72 | \u4e3b\u673a\u8d34\u58eb","isPartOf":{"@id":"https:\/\/zhujitips.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/zhujitips.com\/2495#primaryimage"},"image":{"@id":"https:\/\/zhujitips.com\/2495#primaryimage"},"thumbnailUrl":"https:\/\/zhujitips.com\/wp-content\/uploads\/2020\/10\/image-1-1024x240.png","datePublished":"2020-10-20T12:34:36+00:00","dateModified":"2020-10-20T23:51:28+00:00","author":{"@id":"https:\/\/zhujitips.com\/#\/schema\/person\/309294842a8ff3d97ba61927c731074d"},"breadcrumb":{"@id":"https:\/\/zhujitips.com\/2495#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zhujitips.com\/2495"]}]},{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/zhujitips.com\/2495#primaryimage","url":"https:\/\/zhujitips.com\/wp-content\/uploads\/2020\/10\/image-1-1024x240.png","contentUrl":"https:\/\/zhujitips.com\/wp-content\/uploads\/2020\/10\/image-1-1024x240.png"},{"@type":"BreadcrumbList","@id":"https:\/\/zhujitips.com\/2495#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/zhujitips.com\/"},{"@type":"ListItem","position":2,"name":"[\u6559\u7a0b]nextcloud\u4ece\u4ee3\u7801\u90e8\u7f72\u8fc1\u79fb\u5230docker\u90e8\u7f72"}]},{"@type":"WebSite","@id":"https:\/\/zhujitips.com\/#website","url":"https:\/\/zhujitips.com\/","name":"\u4e3b\u673a\u8d34\u58eb","description":"\u642c\u74e6\u5de5|BandwagonHost VPS|Vps|\u4e3b\u673a\u63a8\u8350","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/zhujitips.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-Hans"},{"@type":"Person","@id":"https:\/\/zhujitips.com\/#\/schema\/person\/309294842a8ff3d97ba61927c731074d","name":"zhujitips","image":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/zhujitips.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/5135b1517a004aa26ad110b256c11a50e86218101c1fe79eb2eb63ff906608b5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5135b1517a004aa26ad110b256c11a50e86218101c1fe79eb2eb63ff906608b5?s=96&d=mm&r=g","caption":"zhujitips"}}]}},"_links":{"self":[{"href":"https:\/\/zhujitips.com\/wp-json\/wp\/v2\/posts\/2495","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zhujitips.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zhujitips.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zhujitips.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zhujitips.com\/wp-json\/wp\/v2\/comments?post=2495"}],"version-history":[{"count":7,"href":"https:\/\/zhujitips.com\/wp-json\/wp\/v2\/posts\/2495\/revisions"}],"predecessor-version":[{"id":2507,"href":"https:\/\/zhujitips.com\/wp-json\/wp\/v2\/posts\/2495\/revisions\/2507"}],"wp:attachment":[{"href":"https:\/\/zhujitips.com\/wp-json\/wp\/v2\/media?parent=2495"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zhujitips.com\/wp-json\/wp\/v2\/categories?post=2495"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zhujitips.com\/wp-json\/wp\/v2\/tags?post=2495"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}