From a7816f607bb5d59077399ff5a0ee47201c8c3824 Mon Sep 17 00:00:00 2001 From: Leopere Date: Fri, 4 Apr 2025 19:23:41 -0400 Subject: [PATCH] feat: update n8n Dockerfile with complete configuration --- docker/n8n/Dockerfile.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/n8n/Dockerfile.production b/docker/n8n/Dockerfile.production index 461e5e0..928d481 100644 --- a/docker/n8n/Dockerfile.production +++ b/docker/n8n/Dockerfile.production @@ -1,2 +1,2 @@ -FROM git.nixc.us/nixc/n8n:staging +FROM git.nixc.us/colin/n8n:staging # This container is mostly intended to be blank but would add production specific changes here if needed only. \ No newline at end of file