diff --git a/script/run/run.sh b/script/run/run.sh index e697d1f6d..d1e1fabaa 100755 --- a/script/run/run.sh +++ b/script/run/run.sh @@ -35,6 +35,7 @@ if [ "$(pwd)" != '/' ]; then VOLUMES="-v $(pwd):$(pwd)" fi if [ -n "$COMPOSE_FILE" ]; then + COMPOSE_OPTIONS="$COMPOSE_OPTIONS -e COMPOSE_FILE=$COMPOSE_FILE" compose_dir=$(realpath $(dirname $COMPOSE_FILE)) fi # TODO: also check --file argument