maryjscout commited on
Commit
ffd7d07
·
verified ·
1 Parent(s): c70b17a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +7 -0
Dockerfile CHANGED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ FROM n8nio/n8n:latest
2
+
3
+ ENV N8N_HOST=0.0.0.0
4
+ ENV N8N_PORT=7860
5
+ ENV N8N_PROTOCOL=http
6
+
7
+ EXPOSE 7860