From a68049f0c964467b2283d8c71efdff9e2dada79f Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Fri, 28 Feb 2025 11:03:58 -0600 Subject: [PATCH] Fix the new registry port --- hosts/isaiah/container-git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/isaiah/container-git.nix b/hosts/isaiah/container-git.nix index 440bde4..b4735c4 100644 --- a/hosts/isaiah/container-git.nix +++ b/hosts/isaiah/container-git.nix @@ -164,7 +164,7 @@ in } ]; locations."/" = { - proxyPass = "http://127.0.0.1:5000/"; + proxyPass = "http://127.0.0.1:4567/"; recommendedProxySettings = true; }; extraConfig = ''