mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-14 11:23:02 +02:00
10 lines
167 B
YAML
10 lines
167 B
YAML
version: "3.8"
|
|
services:
|
|
n8n:
|
|
image: n8nio/n8n:latest-rpi
|
|
ports:
|
|
- "5678:5678"
|
|
volumes:
|
|
- ./data:/home/node/.n8n
|
|
restart: unless-stopped
|