<br />
<b>Warning</b>:  is_file(): open_basedir restriction in effect. File(/www/wwwroot/blog.lybua.top//index.php/wp-json/wp/v2/posts/69) is not within the allowed path(s): (/www/wwwroot/blog.lybua.top:/tmp/:/dev/shm/nginx-cache/wp) in <b>/www/wwwroot/blog.lybua.top/wp-content/plugins/jetpack-boost/app/modules/optimizations/page-cache/pre-wordpress/class-boost-cache-utils.php</b> on line <b>80</b><br />
{"id":69,"date":"2026-06-26T18:32:35","date_gmt":"2026-06-26T10:32:35","guid":{"rendered":"https:\/\/blog.lybua.top\/?p=69"},"modified":"2026-06-26T18:32:35","modified_gmt":"2026-06-26T10:32:35","slug":"docker%e4%b8%ad%e5%ae%89%e8%a3%85tailscale%e6%96%b9%e6%b3%95%e5%9b%9b","status":"publish","type":"post","link":"https:\/\/blog.lybua.top\/index.php\/2026\/06\/26\/docker%e4%b8%ad%e5%ae%89%e8%a3%85tailscale%e6%96%b9%e6%b3%95%e5%9b%9b\/","title":{"rendered":"Docker\u4e2d\u5b89\u88c5Tailscale\u65b9\u6cd5\u56db"},"content":{"rendered":"<article class=\"baidu_pl\">\n<div id=\"article_content\" class=\"article_content clearfix\">\n<div id=\"content_views\" class=\"htmledit_views atom-one-dark\">\n<p><span style=\"color: #3391E5\" class=\"new-words-blog\"><br \/>\n              docker<br \/>\n              <\/span>\u542f\u52a8<\/p>\n<pre name=\"code\"><code>docker run --restart always \\\n  --name derper -p 12345:12345 -p 3478:3478\/udp \\\n  -v \/root\/.acme.sh\/xxxx\/:\/app\/certs \\\n  -e DERP_CERT_MODE=manual \\\n  -e DERP_ADDR=12345 \\\n  -e DERP_DOMAIN=xxxx \\\n  -d ghcr.io\/yangchuansheng\/derper:latest<\/code><\/pre>\n<p><span class=\"words-blog hl-git-1\">docker-compose<\/span>\u542f\u52a8<\/p>\n<pre name=\"code\"><code>version: \"3\"\n \nservices:\n  derper:\n    container_name: derper\n    image: ghcr.io\/yangchuansheng\/derper:latest\n    environment:\n      - DERP_HOST=xxx.xxx.xxx.xxx(\u516c\u7f51IP)\n      - DERP_CERT_MODE=manual\n        #  - DERP_ADDR=12345\n      - DERP_DOMAIN=(\u57df\u540d)\n      - DERP_STUN=true\n      - DERP_VERIFY_CLIENTS=false\n    volumes:\n      - .\/certs\/derper.xxxxxx.top\/:\/app\/certs\n    ports:\n      - \"12345:12345\"\n      - \"3478:3478\/udp\"\n    restart: always\n    network_mode: host<\/code><\/pre>\n<\/p><\/div>\n<\/p><\/div>\n<\/article>\n","protected":false},"excerpt":{"rendered":"<p>docker \u542f\u52a8 docker run &#8211;restart always \\ &#8211;name derper &#8211; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-69","post","type-post","status-publish","format-standard","hentry","category-wenzhang"],"_links":{"self":[{"href":"https:\/\/blog.lybua.top\/index.php\/wp-json\/wp\/v2\/posts\/69","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.lybua.top\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.lybua.top\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.lybua.top\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.lybua.top\/index.php\/wp-json\/wp\/v2\/comments?post=69"}],"version-history":[{"count":1,"href":"https:\/\/blog.lybua.top\/index.php\/wp-json\/wp\/v2\/posts\/69\/revisions"}],"predecessor-version":[{"id":70,"href":"https:\/\/blog.lybua.top\/index.php\/wp-json\/wp\/v2\/posts\/69\/revisions\/70"}],"wp:attachment":[{"href":"https:\/\/blog.lybua.top\/index.php\/wp-json\/wp\/v2\/media?parent=69"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.lybua.top\/index.php\/wp-json\/wp\/v2\/categories?post=69"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.lybua.top\/index.php\/wp-json\/wp\/v2\/tags?post=69"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}