mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
Try to fix n8n "Task runner failed to start" error
This commit is contained in:
@@ -35,6 +35,10 @@ spec:
|
||||
- name: n8n
|
||||
image: n8nio/n8n:1.80.2
|
||||
imagePullPolicy: IfNotPresent
|
||||
args:
|
||||
- |
|
||||
npm install -g moment lodash collect.js sugar markdown
|
||||
n8n start
|
||||
ports:
|
||||
- containerPort: 5678
|
||||
name: web
|
||||
|
||||
Reference in New Issue
Block a user