From 8943c9d658950497c06a748ffc31fa04247cb0ca Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Sat, 17 Sep 2022 04:19:53 +0200 Subject: [PATCH] fix(tubearchivist): change port --- apps/tubearchivist/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tubearchivist/config.json b/apps/tubearchivist/config.json index 9c21a876..575430e0 100644 --- a/apps/tubearchivist/config.json +++ b/apps/tubearchivist/config.json @@ -3,7 +3,7 @@ "name": "Tube Archivist", "available": true, "exposable": true, - "port": 8112, + "port": 8120, "id": "tubearchivist", "tipi_version": 1, "version": "latest",