1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/n8n/arm/docker-compose.yml

10 lines
167 B
YAML
Raw Normal View History

2020-10-28 11:20:54 +02:00
version: "3.8"
services:
n8n:
2021-08-17 12:23:48 +02:00
image: n8nio/n8n:latest-rpi
2020-10-28 11:20:54 +02:00
ports:
- "5678:5678"
volumes:
2020-10-30 06:48:52 +02:00
- ./data:/home/node/.n8n
2020-10-28 11:20:54 +02:00
restart: unless-stopped