docs: Update Adminer port reference in start.sh from 8080 to 8081

This commit is contained in:
Alexis Bruneteau 2025-11-07 02:20:36 +01:00
parent 61868dd9fa
commit c1c544fe60

View File

@ -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)"