N8n Custom Docker Is Failing

Describe the problem/error/question

I’m Trying To Build N8n Custom. But when We build docker i’m getting Error.

What is the error message (if any)?

[tenant01 stage-1 6/7] RUN if [[ “linux/amd64” = “linux/amd64” ]]; then export ARCH_NAME=“amd64”; elif [[ “linux/amd64” = “linux/arm64” ]]; then export ARCH_NAME=“arm64”; fi; mkdir /launcher-temp && cd /launcher-temp && wget https://github.com/n8n-io/task-runner-launcher/releases/download/1.1.0/task-runner-launcher-1.1.0-linux-${ARCH_NAME}.tar.gz && wget https://github.com/n8n-io/task-runner-launcher/releases/download/1.1.0/task-runner-launcher-1.1.0-linux-${ARCH_NAME}.tar.gz.sha256 && echo “$(cat task-runner-launcher-1.1.0-linux-${ARCH_NAME}.tar.gz.sha256) task-runner-launcher-1.1.0-linux-${ARCH_NAME}.tar.gz” > checksum.sha256 && sha256sum -c checksum.sha256 && tar xvf task-runner-launcher-1.1.0-linux-${ARCH_NAME}.tar.gz --directory=/usr/local/bin && cd - && rm -r /launcher-temp:
8.068 wget: bad address ‘github.com

Information on your n8n setup

  • n8n version: 1.82.1
  • Database (default: SQLite): Postgresql
  • n8n EXECUTIONS_PROCESS setting (default: own, main): own
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: Windows

Hey @Tanay_Acro,

I’m not sure how to fix that, but what I do is to install Coolify first.
Coolify is a front-end for your server.

Installing n8n using Coolify is VERY simple.

How to install n8n using Coolify:

How to install Coolify

.
:point_right: If my reply answers your question, please remember to mark it as a solution.