test: force recreate
This commit is contained in:
parent
dab99aa3e3
commit
2c595e09c9
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ def get_nginx_conf_from_container(container):
|
|||
|
||||
|
||||
def docker_compose_up(compose_file='docker-compose.yml'):
|
||||
composeCmd = f'{DOCKER_COMPOSE} --file {compose_file} up --remove-orphans --detach'
|
||||
composeCmd = f'{DOCKER_COMPOSE} --file {compose_file} up --remove-orphans --force-recreate --detach'
|
||||
logging.info(composeCmd)
|
||||
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue