fixed typo in the folder name

This commit is contained in:
Maksym Buz
2025-07-30 22:31:36 +02:00
committed by GitHub
parent 55d5f458c5
commit 9633286070
3 changed files with 0 additions and 0 deletions

15
Docker/n8n/compose.yml Normal file
View File

@@ -0,0 +1,15 @@
services:
n8n:
image: docker.n8n.io/n8nio/n8n
restart: unless-stopped
ports:
- ":5678:5678"
environment:
- N8N_HOST=${DOMAIN}
- N8N_PORT=5678
- N8N_PROTOCOL=https
- NODE_ENV=production
- WEBHOOK_URL=https://${DOMAIN}/
- GENERIC_TIMEZONE=${GENERIC_TIMEZONE}
volumes:
- ${PATH_TO_DATA}:/home/node/.n8n