File size: 96 Bytes
ffd7d07
 
 
 
 
 
 
1
2
3
4
5
6
7
FROM n8nio/n8n:latest

ENV N8N_HOST=0.0.0.0
ENV N8N_PORT=7860
ENV N8N_PROTOCOL=http

EXPOSE 7860