{"id":440,"date":"2026-04-14T22:42:02","date_gmt":"2026-04-14T15:42:02","guid":{"rendered":"https:\/\/no1vn.io.vn\/?p=440"},"modified":"2026-04-14T23:45:31","modified_gmt":"2026-04-14T16:45:31","slug":"cai-n8n-bang-docker-khyen-nghi","status":"publish","type":"post","link":"https:\/\/no1vn.io.vn\/index.php\/2026\/04\/14\/cai-n8n-bang-docker-khyen-nghi\/","title":{"rendered":"C\u00e0i n8n b\u1eb1ng Docker (KHY\u1ebeN NGH\u1eca)"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">1. C\u00e0i Docker + Docker Compose<\/h2>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo apt update<br>sudo apt install -y docker.io docker-compose<br>sudo systemctl enable docker<br>sudo systemctl start docker<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">2. T\u1ea1o th\u01b0 m\u1ee5c ch\u1ea1y n8n<\/h2>\n\n\n\n<pre class=\"wp-block-preformatted\">mkdir -p ~\/n8n<br>cd ~\/n8n<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">3. T\u1ea1o file <code class=\"\" data-line=\"\">docker-compose.yml<\/code><\/h2>\n\n\n\n<pre class=\"wp-block-preformatted\">nano docker-compose.yml<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">D\u00e1n v\u00e0o:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">version: \"3\"services:<br>  n8n:<br>    image: n8nio\/n8n<br>    container_name: n8n<br>    restart: always<br>    ports:<br>      - \"5678:5678\"<br>    environment:<br>      - N8N_HOST=0.0.0.0<br>      - N8N_PORT=5678<br>      - N8N_PROTOCOL=http<br>      - NODE_ENV=production<br># Th\u00eam t\u00e0i kho\u1ea3n \u0111\u0103ng nh\u1eadp<br>      - N8N_BASIC_AUTH_ACTIVE=true<br>      - N8N_BASIC_AUTH_USER=admin<br>      - N8N_BASIC_AUTH_PASSWORD=123456<br># cookie b\u1ea3o m\u1eadt (HTTPS)<br>      - N8N_SECURE_COOKIE=false    <br>volumes:<br>      - .\/data:\/home\/node\/.n8n<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">4. Ch\u1ea1y n8n<\/h2>\n\n\n\n<pre class=\"wp-block-preformatted\">docker-compose up -d<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">5. Truy c\u1eadp<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">M\u1edf tr\u00ecnh duy\u1ec7t:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">http:\/\/IP-SERVER:5678<br><\/pre>\n\n\n\n<h1 class=\"wp-block-heading\">\ud83c\udf10 N\u1ebfu b\u1ea1n d\u00f9ng Cloudflare Tunnel (nh\u01b0 setup b\u1ea1n \u0111ang c\u00f3)<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">B\u1ea1n ch\u1ec9 c\u1ea7n map domain v\u00e0o:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">http:\/\/localhost:5678<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">V\u00ed d\u1ee5:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">n8n.no1vn.io.vn \u2192 http:\/\/192.168.x.x:5678<br><br><strong>\ud83c\udf10<\/strong> <strong>L\u01afU \u00dd FIX L\u1ed6I: <\/strong><br><br>Error: EACCES: permission denied, open '\/home\/node\/.n8n\/config'<br><br>\ud83d\udc49 Ngh\u0129a l\u00e0:<br>n8n kh\u00f4ng c\u00f3 quy\u1ec1n ghi file v\u00e0o th\u01b0 m\u1ee5c data<br><br>\ud83d\udccc =&gt; container crash \u2192 restart li\u00ean t\u1ee5c \u2192 b\u1ea1n kh\u00f4ng truy c\u1eadp \u0111\u01b0\u1ee3c<br><br>\u2705 C\u00e1ch fix (chu\u1ea9n 100%)<br>\ud83d\udd27 B\u01b0\u1edbc 1: d\u1eebng container<br>docker-compose down<br>\ud83d\udd27 B\u01b0\u1edbc 2: fix quy\u1ec1n th\u01b0 m\u1ee5c<br>sudo chown -R 1000:1000 ~\/n8n\/data<br>sudo chmod -R 755 ~\/n8n\/data<br><br>\ud83d\udc49 Gi\u1ea3i th\u00edch:<br><br>n8n ch\u1ea1y b\u1eb1ng user node (UID 1000)<br>th\u01b0 m\u1ee5c b\u1ea1n \u0111ang mount thu\u1ed9c root \u2192 b\u1ecb t\u1eeb ch\u1ed1i ghi<br>\ud83d\udd27 B\u01b0\u1edbc 3: ch\u1ea1y l\u1ea1i<br>docker-compose up -d<br>\ud83d\udd27 B\u01b0\u1edbc 4: ki\u1ec3m tra<br>docker ps<br><br>\ud83d\udc49 N\u1ebfu th\u1ea5y:<br><br>Up xx seconds<br><br>\u2192 OK<br><br>\ud83d\ude80 Test l\u1ea1i<br><br>Tr\u00ean server:<br><br>curl http:\/\/localhost:5678<br><br>Tr\u00ean tr\u00ecnh duy\u1ec7t:<br><br>http:\/\/IP-UBUNTU:5678<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>1. C\u00e0i Docker + Docker Compose sudo apt updatesudo apt install -y docker.io docker-composesudo systemctl enable dockersudo systemctl<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"content-type":"","_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[98],"tags":[101],"class_list":["post-440","post","type-post","status-publish","format-standard","hentry","category-agent-ai","tag-cai-n8n-bang-docker"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>C\u00e0i n8n b\u1eb1ng Docker (KHY\u1ebeN NGH\u1eca) - Th\u01b0 Vi\u1ec7n C\u00f4ng Ngh\u1ec7<\/title>\n<meta name=\"description\" content=\"C\u00e0i n8n b\u1eb1ng Docker (KHY\u1ebeN NGH\u1eca) sudo apt update sudo apt install -y docker.io docker-composesudo systemctl enable dockersudo systemctl start docker\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"C\u00e0i n8n b\u1eb1ng Docker (KHY\u1ebeN NGH\u1eca) - Th\u01b0 Vi\u1ec7n C\u00f4ng Ngh\u1ec7\" \/>\n<meta property=\"og:description\" content=\"C\u00e0i n8n b\u1eb1ng Docker (KHY\u1ebeN NGH\u1eca) sudo apt update sudo apt install -y docker.io docker-composesudo systemctl enable dockersudo systemctl start docker\" \/>\n<meta property=\"og:url\" content=\"https:\/\/no1vn.io.vn\/index.php\/2026\/04\/14\/cai-n8n-bang-docker-khyen-nghi\/\" \/>\n<meta property=\"og:site_name\" content=\"Th\u01b0 Vi\u1ec7n C\u00f4ng Ngh\u1ec7\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-14T15:42:02+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-14T16:45:31+00:00\" \/>\n<meta name=\"author\" content=\"administrator\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"administrator\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/no1vn.io.vn\\\/index.php\\\/2026\\\/04\\\/14\\\/cai-n8n-bang-docker-khyen-nghi\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/no1vn.io.vn\\\/index.php\\\/2026\\\/04\\\/14\\\/cai-n8n-bang-docker-khyen-nghi\\\/\"},\"author\":{\"name\":\"administrator\",\"@id\":\"https:\\\/\\\/no1vn.io.vn\\\/#\\\/schema\\\/person\\\/984f4f7fdf745be5177900ad02b2a322\"},\"headline\":\"C\u00e0i n8n b\u1eb1ng Docker (KHY\u1ebeN NGH\u1eca)\",\"datePublished\":\"2026-04-14T15:42:02+00:00\",\"dateModified\":\"2026-04-14T16:45:31+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/no1vn.io.vn\\\/index.php\\\/2026\\\/04\\\/14\\\/cai-n8n-bang-docker-khyen-nghi\\\/\"},\"wordCount\":68,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/no1vn.io.vn\\\/#organization\"},\"keywords\":[\"C\u00e0i n8n b\u1eb1ng Docker\"],\"articleSection\":[\"Agent AI\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/no1vn.io.vn\\\/index.php\\\/2026\\\/04\\\/14\\\/cai-n8n-bang-docker-khyen-nghi\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/no1vn.io.vn\\\/index.php\\\/2026\\\/04\\\/14\\\/cai-n8n-bang-docker-khyen-nghi\\\/\",\"url\":\"https:\\\/\\\/no1vn.io.vn\\\/index.php\\\/2026\\\/04\\\/14\\\/cai-n8n-bang-docker-khyen-nghi\\\/\",\"name\":\"C\u00e0i n8n b\u1eb1ng Docker (KHY\u1ebeN NGH\u1eca) - Th\u01b0 Vi\u1ec7n C\u00f4ng Ngh\u1ec7\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/no1vn.io.vn\\\/#website\"},\"datePublished\":\"2026-04-14T15:42:02+00:00\",\"dateModified\":\"2026-04-14T16:45:31+00:00\",\"description\":\"C\u00e0i n8n b\u1eb1ng Docker (KHY\u1ebeN NGH\u1eca) sudo apt update sudo apt install -y docker.io docker-composesudo systemctl enable dockersudo systemctl start docker\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/no1vn.io.vn\\\/index.php\\\/2026\\\/04\\\/14\\\/cai-n8n-bang-docker-khyen-nghi\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/no1vn.io.vn\\\/index.php\\\/2026\\\/04\\\/14\\\/cai-n8n-bang-docker-khyen-nghi\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/no1vn.io.vn\\\/index.php\\\/2026\\\/04\\\/14\\\/cai-n8n-bang-docker-khyen-nghi\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/no1vn.io.vn\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"C\u00e0i n8n b\u1eb1ng Docker (KHY\u1ebeN NGH\u1eca)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/no1vn.io.vn\\\/#website\",\"url\":\"https:\\\/\\\/no1vn.io.vn\\\/\",\"name\":\"Th\u01b0 Vi\u1ec7n C\u00f4ng Ngh\u1ec7\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/no1vn.io.vn\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/no1vn.io.vn\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/no1vn.io.vn\\\/#organization\",\"name\":\"Th\u01b0 Vi\u1ec7n C\u00f4ng Ngh\u1ec7\",\"url\":\"https:\\\/\\\/no1vn.io.vn\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/no1vn.io.vn\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/no1vn.io.vn\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/logo.jpg\",\"contentUrl\":\"https:\\\/\\\/no1vn.io.vn\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/logo.jpg\",\"width\":903,\"height\":241,\"caption\":\"Th\u01b0 Vi\u1ec7n C\u00f4ng Ngh\u1ec7\"},\"image\":{\"@id\":\"https:\\\/\\\/no1vn.io.vn\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/no1vn.io.vn\\\/#\\\/schema\\\/person\\\/984f4f7fdf745be5177900ad02b2a322\",\"name\":\"administrator\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/605dbb44c2dcc93617f7177667f913506203097df09a078fa83a1d2eeb9babbe?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/605dbb44c2dcc93617f7177667f913506203097df09a078fa83a1d2eeb9babbe?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/605dbb44c2dcc93617f7177667f913506203097df09a078fa83a1d2eeb9babbe?s=96&d=mm&r=g\",\"caption\":\"administrator\"},\"sameAs\":[\"https:\\\/\\\/no1vn.io.vn\"],\"url\":\"https:\\\/\\\/no1vn.io.vn\\\/index.php\\\/author\\\/administrator\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"C\u00e0i n8n b\u1eb1ng Docker (KHY\u1ebeN NGH\u1eca) - Th\u01b0 Vi\u1ec7n C\u00f4ng Ngh\u1ec7","description":"C\u00e0i n8n b\u1eb1ng Docker (KHY\u1ebeN NGH\u1eca) sudo apt update sudo apt install -y docker.io docker-composesudo systemctl enable dockersudo systemctl start docker","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"C\u00e0i n8n b\u1eb1ng Docker (KHY\u1ebeN NGH\u1eca) - Th\u01b0 Vi\u1ec7n C\u00f4ng Ngh\u1ec7","og_description":"C\u00e0i n8n b\u1eb1ng Docker (KHY\u1ebeN NGH\u1eca) sudo apt update sudo apt install -y docker.io docker-composesudo systemctl enable dockersudo systemctl start docker","og_url":"https:\/\/no1vn.io.vn\/index.php\/2026\/04\/14\/cai-n8n-bang-docker-khyen-nghi\/","og_site_name":"Th\u01b0 Vi\u1ec7n C\u00f4ng Ngh\u1ec7","article_published_time":"2026-04-14T15:42:02+00:00","article_modified_time":"2026-04-14T16:45:31+00:00","author":"administrator","twitter_card":"summary_large_image","twitter_misc":{"Written by":"administrator","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/no1vn.io.vn\/index.php\/2026\/04\/14\/cai-n8n-bang-docker-khyen-nghi\/#article","isPartOf":{"@id":"https:\/\/no1vn.io.vn\/index.php\/2026\/04\/14\/cai-n8n-bang-docker-khyen-nghi\/"},"author":{"name":"administrator","@id":"https:\/\/no1vn.io.vn\/#\/schema\/person\/984f4f7fdf745be5177900ad02b2a322"},"headline":"C\u00e0i n8n b\u1eb1ng Docker (KHY\u1ebeN NGH\u1eca)","datePublished":"2026-04-14T15:42:02+00:00","dateModified":"2026-04-14T16:45:31+00:00","mainEntityOfPage":{"@id":"https:\/\/no1vn.io.vn\/index.php\/2026\/04\/14\/cai-n8n-bang-docker-khyen-nghi\/"},"wordCount":68,"commentCount":0,"publisher":{"@id":"https:\/\/no1vn.io.vn\/#organization"},"keywords":["C\u00e0i n8n b\u1eb1ng Docker"],"articleSection":["Agent AI"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/no1vn.io.vn\/index.php\/2026\/04\/14\/cai-n8n-bang-docker-khyen-nghi\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/no1vn.io.vn\/index.php\/2026\/04\/14\/cai-n8n-bang-docker-khyen-nghi\/","url":"https:\/\/no1vn.io.vn\/index.php\/2026\/04\/14\/cai-n8n-bang-docker-khyen-nghi\/","name":"C\u00e0i n8n b\u1eb1ng Docker (KHY\u1ebeN NGH\u1eca) - Th\u01b0 Vi\u1ec7n C\u00f4ng Ngh\u1ec7","isPartOf":{"@id":"https:\/\/no1vn.io.vn\/#website"},"datePublished":"2026-04-14T15:42:02+00:00","dateModified":"2026-04-14T16:45:31+00:00","description":"C\u00e0i n8n b\u1eb1ng Docker (KHY\u1ebeN NGH\u1eca) sudo apt update sudo apt install -y docker.io docker-composesudo systemctl enable dockersudo systemctl start docker","breadcrumb":{"@id":"https:\/\/no1vn.io.vn\/index.php\/2026\/04\/14\/cai-n8n-bang-docker-khyen-nghi\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/no1vn.io.vn\/index.php\/2026\/04\/14\/cai-n8n-bang-docker-khyen-nghi\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/no1vn.io.vn\/index.php\/2026\/04\/14\/cai-n8n-bang-docker-khyen-nghi\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/no1vn.io.vn\/"},{"@type":"ListItem","position":2,"name":"C\u00e0i n8n b\u1eb1ng Docker (KHY\u1ebeN NGH\u1eca)"}]},{"@type":"WebSite","@id":"https:\/\/no1vn.io.vn\/#website","url":"https:\/\/no1vn.io.vn\/","name":"Th\u01b0 Vi\u1ec7n C\u00f4ng Ngh\u1ec7","description":"","publisher":{"@id":"https:\/\/no1vn.io.vn\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/no1vn.io.vn\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/no1vn.io.vn\/#organization","name":"Th\u01b0 Vi\u1ec7n C\u00f4ng Ngh\u1ec7","url":"https:\/\/no1vn.io.vn\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/no1vn.io.vn\/#\/schema\/logo\/image\/","url":"https:\/\/no1vn.io.vn\/wp-content\/uploads\/2024\/10\/logo.jpg","contentUrl":"https:\/\/no1vn.io.vn\/wp-content\/uploads\/2024\/10\/logo.jpg","width":903,"height":241,"caption":"Th\u01b0 Vi\u1ec7n C\u00f4ng Ngh\u1ec7"},"image":{"@id":"https:\/\/no1vn.io.vn\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/no1vn.io.vn\/#\/schema\/person\/984f4f7fdf745be5177900ad02b2a322","name":"administrator","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/605dbb44c2dcc93617f7177667f913506203097df09a078fa83a1d2eeb9babbe?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/605dbb44c2dcc93617f7177667f913506203097df09a078fa83a1d2eeb9babbe?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/605dbb44c2dcc93617f7177667f913506203097df09a078fa83a1d2eeb9babbe?s=96&d=mm&r=g","caption":"administrator"},"sameAs":["https:\/\/no1vn.io.vn"],"url":"https:\/\/no1vn.io.vn\/index.php\/author\/administrator\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/no1vn.io.vn\/index.php\/wp-json\/wp\/v2\/posts\/440","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/no1vn.io.vn\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/no1vn.io.vn\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/no1vn.io.vn\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/no1vn.io.vn\/index.php\/wp-json\/wp\/v2\/comments?post=440"}],"version-history":[{"count":2,"href":"https:\/\/no1vn.io.vn\/index.php\/wp-json\/wp\/v2\/posts\/440\/revisions"}],"predecessor-version":[{"id":460,"href":"https:\/\/no1vn.io.vn\/index.php\/wp-json\/wp\/v2\/posts\/440\/revisions\/460"}],"wp:attachment":[{"href":"https:\/\/no1vn.io.vn\/index.php\/wp-json\/wp\/v2\/media?parent=440"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/no1vn.io.vn\/index.php\/wp-json\/wp\/v2\/categories?post=440"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/no1vn.io.vn\/index.php\/wp-json\/wp\/v2\/tags?post=440"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}