From c1c544fe60b3a2ba563ed12533985d86e715d8ac Mon Sep 17 00:00:00 2001 From: Alexis Bruneteau Date: Fri, 7 Nov 2025 02:20:36 +0100 Subject: [PATCH] docs: Update Adminer port reference in start.sh from 8080 to 8081 --- e-voting-system/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e-voting-system/start.sh b/e-voting-system/start.sh index e75fa95..bec394c 100755 --- a/e-voting-system/start.sh +++ b/e-voting-system/start.sh @@ -131,7 +131,7 @@ print_access_info() { echo -e " ${BLUE}Frontend${NC}: http://localhost:3000" echo -e " ${BLUE}Backend API${NC}: http://localhost:8000" echo -e " ${BLUE}API Docs${NC}: http://localhost:8000/docs" - echo -e " ${BLUE}Database UI${NC}: http://localhost:8080" + echo -e " ${BLUE}Database UI${NC}: http://localhost:8081" echo "" echo "Database credentials:" echo -e " ${BLUE}Host${NC}: mariadb (from docker)"