{"id":1231,"date":"2025-09-02T16:45:04","date_gmt":"2025-09-02T07:45:04","guid":{"rendered":"https:\/\/absol.kr\/?p=1231"},"modified":"2026-01-25T19:21:09","modified_gmt":"2026-01-25T10:21:09","slug":"n8n-docker-%ec%8b%9c%ec%9e%91%ea%b3%bc-%ec%97%85%eb%8d%b0%ec%9d%b4%ed%8a%b8","status":"publish","type":"post","link":"https:\/\/absol.kr\/?p=1231","title":{"rendered":"n8n Docker \uc2dc\uc791\uacfc \uc5c5\ub370\uc774\ud2b8"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\" id=\"starting-n8n\">Starting n8n<\/h2>\n\n\n\n<p>From your terminal, run the following commands, replacing the&nbsp;<code>&lt;YOUR_TIMEZONE&gt;<\/code>&nbsp;placeholders with&nbsp;<a href=\"https:\/\/en.wikipedia.org\/wiki\/List_of_tz_database_time_zones#List\" target=\"_blank\" rel=\"noreferrer noopener\">your timezone<\/a>:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><code>docker volume create n8n_data <\/code><br><br><code>docker run -it --rm \\ --name n8n \\ -p 5678:5678 \\ <\/code><br><code>-e GENERIC_TIMEZONE=\"&lt;YOUR_TIMEZONE>\" \\ <\/code><br><code>-e TZ=\"&lt;YOUR_TIMEZONE>\" \\ <\/code><br><code>-e N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true \\ <\/code><br><code>-e N8N_RUNNERS_ENABLED=true \\ <\/code><br><code>-v n8n_data:\/home\/node\/.n8n \\ <\/code><br><code>docker.n8n.io\/n8nio\/n8n<\/code><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>Updating n8n<\/strong><\/p>\n\n\n\n<p>You can also use the command line to pull the latest, or a specific version:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><code># Pull latest (stable) version <\/code><br><code>docker pull docker.n8n.io\/n8nio\/n8n <\/code><br><br><code># Pull specific version <\/code><br><code>dockerpull docker.n8n.io\/n8nio\/n8n:1.81.0 <\/code><br><br><code># Pull next (unstable) version <\/code><br><code>docker pull docker.n8n.io\/n8nio\/n8n:next<\/code><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>After pulling the updated image, stop your n8n container and start it again. You can also use the command line. Replace&nbsp;<code>&lt;container_id&gt;<\/code>&nbsp;in the commands below with the container ID you find in the first command:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><code># Find your container ID <\/code><br><code>docker ps -a <\/code><br><br><code># Stop the container with the `&lt;container_id>` <\/code><br><code>docker stop &lt;container_id> <\/code><br><br><code># Remove the container with the `&lt;container_id>` <\/code><br><code>docker rm &lt;container_id> <\/code><br><br><code># Start the container <\/code><br><code>docker run --name=&lt;container_name> [options] -d docker.n8n.io\/n8nio\/n8n<\/code><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Starting n8n From your terminal, run the following commands, replacing the&nbsp;&lt;YOUR_TIMEZONE&gt;&nbsp;placeholders with&nbsp;your timezone: docker volume create n8n_data docker run -it &#8211;rm \\ &#8211;name n8n \\ -p 5678:5678 \\ -e GENERIC_TIMEZONE=&#8221;&lt;YOUR_TIMEZONE>&#8221; \\ -e TZ=&#8221;&lt;YOUR_TIMEZONE>&#8221; \\ -e N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true \\ -e N8N_RUNNERS_ENABLED=true \\ -v n8n_data:\/home\/node\/.n8n \\ docker.n8n.io\/n8nio\/n8n Updating n8n You can also use the command line to pull &hellip; <a href=\"https:\/\/absol.kr\/?p=1231\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;n8n Docker \uc2dc\uc791\uacfc \uc5c5\ub370\uc774\ud2b8&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1231","post","type-post","status-publish","format-standard","hentry","category-d-service"],"_links":{"self":[{"href":"https:\/\/absol.kr\/index.php?rest_route=\/wp\/v2\/posts\/1231","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/absol.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/absol.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/absol.kr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/absol.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1231"}],"version-history":[{"count":4,"href":"https:\/\/absol.kr\/index.php?rest_route=\/wp\/v2\/posts\/1231\/revisions"}],"predecessor-version":[{"id":1263,"href":"https:\/\/absol.kr\/index.php?rest_route=\/wp\/v2\/posts\/1231\/revisions\/1263"}],"wp:attachment":[{"href":"https:\/\/absol.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1231"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/absol.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1231"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/absol.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1231"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}