Skip to content

Commit

Permalink
remove default ports from INstall use dockercompose defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewiski committed Feb 18, 2024
1 parent c58668a commit 33a619f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dockerCompose/installUispToolsStandAlone.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# installUispToolsStandAlone.sh

VERSION=0.0.2.2024-02-17:0007
VERSION=0.0.2.2024-02-18:0001
echo installUispToolsStandAlone version $VERSION

UISPTOOLS_USER=""
Expand All @@ -14,9 +14,9 @@ MONGODBUSERNAME=""
MONGODBPASSWORD=""
MONGODBDATABASE=""
UNATTENDED=false
UISPTOOLS_HTTPSPORT="49443"
UISPTOOLS_HTTPPORT="49080"
UISPTOOLS_MONGOPORT="27017"
UISPTOOLS_HTTPSPORT=""
UISPTOOLS_HTTPPORT=""
UISPTOOLS_MONGOPORT=""

cliexit() {
printf '%s\n' "$1" >&2
Expand Down

0 comments on commit 33a619f

Please sign in to comment.