6 lines
185 B
Plaintext
6 lines
185 B
Plaintext
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 |