You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
268 B
12 lines
268 B
services:
|
|
n8n:
|
|
image: n8nio/n8n:latest
|
|
container_name: n8n
|
|
environment:
|
|
- NODE_ENV=production
|
|
- N8N_SECURE_COOKIE=false
|
|
ports:
|
|
- "5678:5678"
|
|
volumes:
|
|
- /usr/docker_binds/n8n/.n8n:/home/node/.n8n
|
|
restart: unless-stopped
|