Skip to content

Commit

Permalink
Usage for --db-port (#2965)
Browse files Browse the repository at this point in the history
Signed-off-by: Willy Lulciuc <[email protected]>
  • Loading branch information
wslulciuc authored Oct 31, 2024
1 parent aa7ed3e commit 7d8437d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,15 @@ usage() {
echo " # Set HTTP API server port"
echo " ./up.sh --api-port 9000"
echo
echo " # Set database port"
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 " -w, --web-port int web port (default: 3000)"
echo " -d, --db-port int database port (default: 5432)"
echo " -e --search-port int search port (default: 9200)"
echo " -e, --search-port int search port (default: 9200)"
echo " -t, --tag string docker image tag (default: ${VERSION})"
echo " --args string docker arguments"
echo
Expand Down

0 comments on commit 7d8437d

Please sign in to comment.