From 816d115fbceccc382e5c85a32af4a989b36c05e2 Mon Sep 17 00:00:00 2001 From: Kshitij <160704796+kshitij-ka@users.noreply.github.com> Date: Mon, 21 Apr 2025 10:41:45 +0530 Subject: [PATCH] Updated frontend port and added note to stop and remove all containers. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee2cc73..1226d53 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,9 @@ docker-compose -f docker-compose.yaml up -d > [!TIP] > Use `-d` flag to run in detached mode. -5. Visit `localhost:80` to enjoy using Skycrate! +5. Visit `localhost:8080` to enjoy using Skycrate! + +> [!NOTE] +> To stop and remove all the containers, run `docker compose down` ---