From 4ae092ab534f197c072b3d7578143660b03fff1f Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 7 Feb 2026 20:41:02 -0500 Subject: [PATCH] Changed port --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 8cd6f4d..9a8f12e 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -27,5 +27,5 @@ jobs: docker run -d \ --name website-container \ --restart unless-stopped \ - -p 3000:3000 \ + -p 8080:3000 \ my-website:latest