From c1baafefd752477b62d0972fe7153e12472e223d Mon Sep 17 00:00:00 2001 From: Robert Middleswarth <72569+rmiddle@users.noreply.github.com> Date: Mon, 7 Aug 2023 12:55:39 -0400 Subject: [PATCH] Fixed Flatnotes: Wrong Container Port #452 --- template/apps/flatnotes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/apps/flatnotes.json b/template/apps/flatnotes.json index 6d0f5b7..0da9b90 100644 --- a/template/apps/flatnotes.json +++ b/template/apps/flatnotes.json @@ -34,7 +34,7 @@ "platform": "linux", "preInstallScript": "install_flatnotes.sh", "ports": [ - "8715:80/tcp" + "8715:8080/tcp" ], "restart_policy": "unless-stopped", "title": "flatnotes",