Skip to content

Commit ea248b5

Browse files
committed
Run containers in detached mode
1 parent 1cc9e82 commit ea248b5

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
6+
docker-compose up -f docker-compose.images.yml -f docker-compose.prod.yml -d
77

0 commit comments

Comments
 (0)