{"id":473,"date":"2026-04-07T09:53:42","date_gmt":"2026-04-07T00:53:42","guid":{"rendered":"https:\/\/soulmm.ddns.net\/?p=473"},"modified":"2026-04-10T22:11:30","modified_gmt":"2026-04-10T13:11:30","slug":"%ec%9c%88%eb%8f%84%ec%9a%b0%ec%97%90%ec%84%9c-n8n-%eb%8f%84%ec%bb%a4-%ec%84%a4%ec%b9%98-%eb%b0%8f-%eb%a1%9c%ec%bb%ac-%eb%8d%b0%ec%9d%b4%ed%84%b0-%eb%b0%b1%ec%97%85","status":"publish","type":"post","link":"https:\/\/soulmm.ddns.net\/?p=473","title":{"rendered":"\uc708\ub3c4\uc6b0\uc5d0\uc11c n8n \ub3c4\ucee4 \uc124\uce58\ud558\uae30 (\ub85c\uceec \ub4dc\ub77c\uc774\ube0c \uc800\uc7a5 + \ubc31\uc5c5\uae4c\uc9c0 \ud55c \ubc88\uc5d0)"},"content":{"rendered":"<h2>\uc708\ub3c4\uc6b0\uc5d0\uc11c n8n \ub3c4\ucee4 \uc124\uce58\ud558\uae30 (\ub85c\uceec \ub4dc\ub77c\uc774\ube0c \uc800\uc7a5 + \ubc31\uc5c5\uae4c\uc9c0 \ud55c \ubc88\uc5d0)<\/h2>\n<p>\uc548\ub155\ud558\uc138\uc694!<br \/>\n\uc624\ub298\uc740 <strong>\uc708\ub3c4\uc6b0 + Docker Desktop<\/strong>\uc5d0\uc11c n8n\uc744 \uc124\uce58\ud558\uace0,<br \/>\n\ub370\uc774\ud130\ub97c <strong>C\ub4dc\ub77c\uc774\ube0c\uc5d0 \uc9c1\uc811 \uc800\uc7a5<\/strong>\ud574\uc11c \ubc31\uc5c5\uae4c\uc9c0 \uc27d\uac8c \ud558\ub294 \ubc29\ubc95\uc744 \uc548\ub0b4\ud569\ub2c8\ub2e4.<\/p>\n<p>\ucd08\ubcf4\uc790\ub3c4 <strong>\ubcf5\uc0ac\/\ubd99\uc5ec\ub123\uae30<\/strong>\ub85c \ub530\ub77c \ud560 \uc218 \uc788\uac8c \uad6c\uc131\ud588\uc5b4\uc694.<\/p>\n<h3>1) \uc900\ube44\ubb3c<\/h3>\n<ul>\n<li>Windows PC<\/li>\n<li>Docker Desktop \uc124\uce58\/\uc2e4\ud589<\/li>\n<li>PowerShell<\/li>\n<\/ul>\n<h3>2) \uc791\uc5c5 \ud3f4\ub354 \ub9cc\ub4e4\uae30<\/h3>\n<p>PowerShell\uc5d0 \uadf8\ub300\ub85c \uc785\ub825:<\/p>\n<pre><code class=\"language-powershell\">mkdir C:\\n8n\nmkdir C:\\n8n\\data\ncd C:\\n8n<\/code><\/pre>\n<h3>3) docker-compose.yml \ub9cc\ub4e4\uae30<\/h3>\n<p><code>C:\\n8n\\docker-compose.yml<\/code> \ud30c\uc77c \uc0dd\uc131 \ud6c4 \uc544\ub798 \ub0b4\uc6a9 \ubd99\uc5ec\ub123\uae30:<\/p>\n<pre><code class=\"language-yaml\">services:\n  n8n:\n    image: docker.n8n.io\/n8nio\/n8n:latest\n    container_name: n8n\n    ports:\n      - \"5678:5678\"\n    environment:\n      - TZ=Asia\/Seoul\n      - GENERIC_TIMEZONE=Asia\/Seoul\n      - N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true\n      - N8N_BASIC_AUTH_ACTIVE=true\n      - N8N_BASIC_AUTH_USER=admin\n      - N8N_BASIC_AUTH_PASSWORD=ChangeMe123!\n    volumes:\n      - C:\/n8n\/data:\/home\/node\/.n8n\n    restart: unless-stopped<\/code><\/pre>\n<h3>4) \uc2e4\ud589<\/h3>\n<pre><code class=\"language-powershell\">cd C:\\n8n\ndocker compose up -d<\/code><\/pre>\n<h3>5) \uc811\uc18d<\/h3>\n<p>\ube0c\ub77c\uc6b0\uc800\uc5d0\uc11c: <code>http:\/\/localhost:5678<\/code><\/p>\n<ul>\n<li>ID: <code>admin<\/code><\/li>\n<li>PW: <code>ChangeMe123!<\/code><\/li>\n<\/ul>\n<p><em>\uc811\uc18d \ud6c4 \ube44\ubc00\ubc88\ud638\ub294 \uaf2d \ubcc0\uacbd\ud558\uc138\uc694.<\/em><\/p>\n<h3>6) \uc65c \ub85c\uceec \ub4dc\ub77c\uc774\ube0c \uc800\uc7a5\uc774 \uc88b\uc740\uac00?<\/h3>\n<p>\ud575\uc2ec \uc124\uc815: <code>C:\/n8n\/data:\/home\/node\/.n8n<\/code><\/p>\n<p>\uc989, n8n \ub370\uc774\ud130\uac00 Docker \ub0b4\ubd80\uac00 \uc544\ub2c8\ub77c <strong>\ub0b4 PC \ud3f4\ub354(C:\\n8n\\data)<\/strong>\uc5d0 \uc800\uc7a5\ub429\ub2c8\ub2e4.<\/p>\n<ul>\n<li>\ud30c\uc77c \ud0d0\uc0c9\uae30\ub85c \uc9c1\uc811 \ud655\uc778 \uac00\ub2a5<\/li>\n<li>\ubc31\uc5c5\uc774 \uc26c\uc6c0<\/li>\n<li>PC \uad50\uccb4\/\ubcf5\uad6c \uc2dc \uc774\uc804\uc774 \uac04\ub2e8\ud568<\/li>\n<\/ul>\n<h3>7) \ubc31\uc5c5 \ubc29\ubc95(\ucd08\ubcf4\uc790\uc6a9)<\/h3>\n<ol>\n<li>n8n \uc911\uc9c0\n<pre><code class=\"language-powershell\">cd C:\\n8n\ndocker compose down<\/code><\/pre>\n<\/li>\n<li><code>C:\\n8n\\data<\/code> \ud3f4\ub354\ub97c \ud1b5\uc9f8\ub85c \ubcf5\uc0ac(\uc678\uc7a5\ud558\ub4dc\/\ud074\ub77c\uc6b0\ub4dc)<\/li>\n<li>\ud544\uc694 \uc2dc \uac19\uc740 \uc704\uce58\uc5d0 \ubcf5\uc6d0 \ud6c4 <code>docker compose up -d<\/code><\/li>\n<\/ol>\n<h3>8) \uc790\uc8fc \uc4f0\ub294 \uba85\ub839\uc5b4<\/h3>\n<pre><code class=\"language-powershell\"># \uc2e4\ud589 \uc0c1\ud0dc\ndocker ps\n\n# \ub85c\uadf8 \ud655\uc778\ndocker logs -f n8n\n\n# \uc911\uc9c0\ndocker compose down\n\n# \uc5c5\ub370\uc774\ud2b8\ndocker compose pull\ndocker compose up -d<\/code><\/pre>\n<h3>\ub9c8\ubb34\ub9ac<\/h3>\n<p>\uc774 \ubc29\uc2dd\uc740 \ucd08\ubcf4\uc790\uc5d0\uac8c \ud2b9\ud788 \uc88b\uc740 \uc124\uce58\ubc95\uc785\ub2c8\ub2e4.<br \/>\n<strong>\u201c\ub85c\uceec \ud3f4\ub354 \uc800\uc7a5 + \ud3f4\ub354 \ubcf5\uc0ac \ubc31\uc5c5\u201d<\/strong>\ub9cc \uae30\uc5b5\ud558\uba74 \uc6b4\uc601\uc774 \ud6e8\uc52c \uc548\uc815\uc801\uc785\ub2c8\ub2e4.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uc708\ub3c4\uc6b0\uc5d0\uc11c n8n \ub3c4\ucee4 \uc124\uce58\ud558\uae30 (\ub85c\uceec \ub4dc\ub77c\uc774\ube0c \uc800\uc7a5 + \ubc31\uc5c5\uae4c\uc9c0 \ud55c \ubc88\uc5d0) \ud575\uc2ec \ub0b4\uc6a9\uacfc \uc2e4\ud589 \ud3ec\uc778\ud2b8\ub97c \uc815\ub9ac\ud55c \uae00\uc785\ub2c8\ub2e4.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[13],"tags":[33,18,34,22,20],"class_list":["post-473","post","type-post","status-publish","format-standard","hentry","category-it","tag-api","tag-n8n","tag-34","tag-22","tag-20"],"_links":{"self":[{"href":"https:\/\/soulmm.ddns.net\/index.php?rest_route=\/wp\/v2\/posts\/473","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/soulmm.ddns.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/soulmm.ddns.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/soulmm.ddns.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/soulmm.ddns.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=473"}],"version-history":[{"count":3,"href":"https:\/\/soulmm.ddns.net\/index.php?rest_route=\/wp\/v2\/posts\/473\/revisions"}],"predecessor-version":[{"id":506,"href":"https:\/\/soulmm.ddns.net\/index.php?rest_route=\/wp\/v2\/posts\/473\/revisions\/506"}],"wp:attachment":[{"href":"https:\/\/soulmm.ddns.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=473"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/soulmm.ddns.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=473"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/soulmm.ddns.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=473"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}