xmidt icon indicating copy to clipboard operation
xmidt copied to clipboard

Unable to run deploy.sh for docker-compose

Open karthika-ab opened this issue 3 years ago • 3 comments

We are not able successfully run the deploy.sh as the following error is seen:

[root@osboxes docker-compose]# /xmidt/deploy/docker-compose/deploy.sh /xmidt /xmidt/deploy/docker-compose Building Simulator... /xmidt/deploy/docker-compose Running services... unknown shorthand flag: 'f' in -f See 'docker --help'.

Usage: docker [OPTIONS] COMMAND

It is coming from line 22: docker compose -f $ROOT_DIR/deploy/docker-compose/docker-compose.yml up -d $@

It works fine after changing it to : docker-compose -f $ROOT_DIR/deploy/docker-compose/docker-compose.yml up -d $@

karthika-ab avatar Jul 01 '21 07:07 karthika-ab