e95bc5b
1
2
3
4
5
6
7
8
9
10
11
12
FROM n8nio/n8n:latest # Configuration environment variables ENV N8N_PORT=7860 \ N8N_LISTEN_ADDRESS=0.0.0.0 \ N8N_PROXY_HOPS=1 \ N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true \ N8N_RUNNERS_ENABLED=true EXPOSE 7860 #CMD ["n8n"]