1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-14 11:23:02 +02:00
dockerfiles/n8n/arm/docker-compose.yml
2021-08-17 18:23:48 +08:00

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