添加n8n流程
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
n8n:
|
||||
image: docker.n8n.io/n8nio/n8n:latest
|
||||
restart: unless-stopped
|
||||
network_mode: host
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- ./data:/home/node/.n8n
|
||||
Reference in New Issue
Block a user