diff --git a/nginx.nix b/nginx.nix index f989df9..be8f822 100644 --- a/nginx.nix +++ b/nginx.nix @@ -30,7 +30,7 @@ enableACME = true; forceSSL = true; locations."/" = { - proxyPass = "http://localhost:7778"; + proxyPass = "http://localhost:8080"; }; }; }; diff --git a/teedy.nix b/teedy.nix index ca0f417..f3c4175 100644 --- a/teedy.nix +++ b/teedy.nix @@ -7,9 +7,6 @@ in containers = { teedy = { image = "sismics/docs:v1.11"; - ports = [ - "7778:8080" - ]; volumes = [ "/var/lib/teedy/data:/data" ];