Skip to content

Commit

Permalink
Use -p for --db-port (#2977)
Browse files Browse the repository at this point in the history
Signed-off-by: Willy Lulciuc <[email protected]>
  • Loading branch information
wslulciuc authored Nov 12, 2024
1 parent a0758df commit a5ae31b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ usage() {
echo " ./up.sh --db-port 2345"
echo
title "ARGUMENTS:"
echo " -a, --api-port int api port (default: 5000)"
echo " -m, --api-admin-port int api admin port (default: 5001)"
echo " -a, --api-port int API port (default: 5000)"
echo " -m, --api-admin-port int API admin port (default: 5001)"
echo " -w, --web-port int web port (default: 3000)"
echo " -d, --db-port int database port (default: 5432)"
echo " -p, --db-port int database port (default: 5432)"
echo " -e, --search-port int search port (default: 9200)"
echo " -t, --tag string docker image tag (default: ${VERSION})"
echo " --args string docker arguments"
Expand Down

0 comments on commit a5ae31b

Please sign in to comment.