Skip to content

Commit

Permalink
compose script: update log to match COMPOSE_EXTRA_OPTS ordering (mish…
Browse files Browse the repository at this point in the history
…aschwartz feedback)
  • Loading branch information
tlvu committed Feb 28, 2024
1 parent 5cf9838 commit e0a776f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion birdhouse/pavics-compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ if [ x"$1" = x"up" ]; then
done
fi

log INFO "Executing docker-compose with extra options: ${COMPOSE_EXTRA_OPTS} $*"
log INFO "Executing docker-compose with extra options: $* ${COMPOSE_EXTRA_OPTS}"
# the PROXY_SECURE_PORT is a little trick to make the compose file invalid without the usage of this wrapper script
PROXY_SECURE_PORT=443 HOSTNAME=${PAVICS_FQDN} docker-compose ${COMPOSE_CONF_LIST} $* ${COMPOSE_EXTRA_OPTS}
ERR=$?
Expand Down

0 comments on commit e0a776f

Please sign in to comment.