Skip to content

Commit

Permalink
fix port
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Nov 22, 2023
1 parent 07972f5 commit 7cb28c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export $(grep -v '^#' .env | xargs)

BUILD=0
DEMO_DATA=0
SIGNALO_PG_PORT=${TWW_PG_PORT:-5432}
SIGNALO_PG_PORT=${SIGNALO_PG_PORT:-5432}

while getopts 'bdp:' opt; do
case "$opt" in
Expand Down

0 comments on commit 7cb28c8

Please sign in to comment.