docs: Update Adminer port reference in start.sh from 8080 to 8081
This commit is contained in:
parent
61868dd9fa
commit
c1c544fe60
@ -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)"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user