Skip to content

Commit d9f7b3d

Browse files
committed
fix error on docker-compose invoke
1 parent ea248b5 commit d9f7b3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli-linux/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ docker stop $(docker ps -a -q)
33
docker rm $(docker ps -a -q)
44
docker images |grep -v REPOSITORY|awk '{print $1}'|xargs -L1 docker pull
55
export ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP=$(curl ipinfo.io/ip)
6-
docker-compose up -f docker-compose.images.yml -f docker-compose.prod.yml -d
6+
docker-compose -f docker-compose.images.yml -f docker-compose.prod.yml up -d --force-recreate
77

0 commit comments

Comments
 (0)