D
Dokploy•5mo ago
Xeglion

Problem with n8n template

I have a problem with the n8n template, the http link works but not the https does not work. version: "3.8" services: n8n: image: docker.n8n.io/n8nio/n8n:1.72.1 restart: always environment: - N8N_HOST=${N8N_HOST} - N8N_PORT=${N8N_PORT} - N8N_PROTOCOL=http - NODE_ENV=production - WEBHOOK_URL=https://${N8N_HOST}/ - GENERIC_TIMEZONE=${GENERIC_TIMEZONE} - N8N_SECURE_COOKIE=false volumes: - n8n_data:/home/node/.n8n volumes: n8n_data:
7 Replies
Xeglion
XeglionOP•5mo ago
I have set it up correctly in the domains, the other templates work but not the N8N.
Xeglion
XeglionOP•5mo ago
No description
Xeglion
XeglionOP•5mo ago
http :
No description
Adde
Adde•5mo ago
Read the middle line of the code 🙂
Xeglion
XeglionOP•5mo ago
Yes you mean I switch N8N_PROTOCOL from http to https? I had already tried and restarted the server but that did not solve the problem.
Siumauricio
Siumauricio•5mo ago
How did you setup the domain?
Xeglion
XeglionOP•5mo ago
yes i already did it, I have others online and it works without any problems.

Did you find this page helpful?