ci: add --remove-orphans option to docker-compose up command

This commit is contained in:
Zaiming (Stone) Shi 2022-11-30 14:30:19 +01:00
parent fa90638de2
commit 1084dd1723
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ else
fi
# shellcheck disable=2086 # no quotes for F_OPTIONS
docker-compose $F_OPTIONS up -d --build
docker-compose $F_OPTIONS up -d --build --remove-orphans
# /emqx is where the source dir is mounted to the Erlang container
# in .ci/docker-compose-file/docker-compose.yaml