12 lines
267 B
YAML
12 lines
267 B
YAML
services:
|
|
n8n:
|
|
# Use the Docker Hub image name so Docker registry mirrors can serve it.
|
|
image: n8nio/n8n:latest
|
|
pull_policy: never
|
|
restart: unless-stopped
|
|
network_mode: host
|
|
env_file:
|
|
- .env
|
|
volumes:
|
|
- ./data:/home/node/.n8n
|