mirror of https://github.com/docker/compose.git
Merge branch 'swoopla-master'
This commit is contained in:
commit
e9841bb9c6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue