fixed typo in the folder name
This commit is contained in:
15
n8n/compose.yml
Normal file
15
n8n/compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user