From 66824f80d23a5bb1ca6e17eca8db22340e728fd2 Mon Sep 17 00:00:00 2001 From: codevadym Date: Sun, 27 Jul 2025 19:53:48 +0200 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20n8n.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- n8n.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 n8n.txt diff --git a/n8n.txt b/n8n.txt new file mode 100644 index 0000000..264754a --- /dev/null +++ b/n8n.txt @@ -0,0 +1,6 @@ +docker run -d --name n8n \ + -p 5678:5678 \ + -v n8n_data:/home/node/.n8n \ + -e N8N_EDITOR_BASE_URL="https://ai.thevadim.xyz" \ + -e WEBHOOK_URL="https://ai.thevadim.xyz" \ + n8nio/n8n \ No newline at end of file