N8n
version: '3.3'
services:
n8n:
container_name: n8n
ports:
- '5678:5678'
volumes:
- '/srv/Files/n8n:/home/node/.n8n'
image: n8nio/n8n
restart: unless-stopped
version: '3.3'
services:
n8n:
container_name: n8n
ports:
- '5678:5678'
volumes:
- '/srv/Files/n8n:/home/node/.n8n'
image: n8nio/n8n
restart: unless-stopped
No Comments