Remove duplicate ports

This commit is contained in:
Andreas Zweili 2022-11-10 23:54:58 +01:00
parent 44fa1152bf
commit 0324bc5588
1 changed files with 0 additions and 6 deletions

View File

@ -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"
];