From 0324bc5588fe9e924fe72b9ba2076135c3024425 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Thu, 10 Nov 2022 23:54:58 +0100 Subject: [PATCH] Remove duplicate ports --- modules/ttrss-postgres/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/ttrss-postgres/default.nix b/modules/ttrss-postgres/default.nix index 2fa290c..327d4e8 100644 --- a/modules/ttrss-postgres/default.nix +++ b/modules/ttrss-postgres/default.nix @@ -50,9 +50,6 @@ in autoStart = true; environment = ttrssEnvironment; environmentFiles = [ config.age.secrets.ttrssEnv.path ]; - ports = [ - "9000:9000" - ]; volumes = [ "/var/lib/ttrss/html:/var/www/html" "/var/lib/ttrss/backup:/backup" @@ -65,9 +62,6 @@ in autoStart = true; environment = ttrssEnvironment; environmentFiles = [ config.age.secrets.ttrssEnv.path ]; - ports = [ - "9000:9000" - ]; volumes = [ "/var/lib/ttrss/html:/var/www/html" ];