Updated n8n

This commit is contained in:
Ash Leece 2021-01-01 21:27:00 +00:00
parent ea008bf783
commit e54199afaa
1 changed files with 2 additions and 8 deletions

View File

@ -1,18 +1,12 @@
version: "3"
version: '3'
services:
n8n:
image: n8nio/n8n
ports:
- 8080:5678
volumes:
- n8n:/root/.n8n
- n8n:/home/node/.n8n
restart: unless-stopped
networks:
n8n
volumes:
n8n:
networks:
n8n:
external: true