From 4f07cc87f3722de7c961f949cda117fc47cc6c65 Mon Sep 17 00:00:00 2001 From: sthope Date: Sat, 28 Aug 2021 18:30:15 +0200 Subject: [PATCH] Update 'test/setup.sh' --- test/setup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/setup.sh b/test/setup.sh index 15d8485..216c0f2 100644 --- a/test/setup.sh +++ b/test/setup.sh @@ -58,7 +58,7 @@ sh <(curl -sSL https://get.docker.com) &>/dev/null msg "Configuring docker-compose..." LINUXSERVER_DOCKERCOMPOSE='https://raw.githubusercontent.com/linuxserver/docker-docker-compose/master/run.sh' DOCKERCOMPOSE_LOCATION='/usr/local/bin/docker-compose' -curl -L --fail $LINUXSERVER_DOCKERCOMPOSE -o $DOCKERCOMPOSE_LOCATION +curl -L --fail $LINUXSERVER_DOCKERCOMPOSE -o $DOCKERCOMPOSE_LOCATION &>/dev/null chmod +x $DOCKERCOMPOSE_LOCATION # Installing Portainer,VSCode,Watchtower docker-compose @@ -70,8 +70,8 @@ STACK_NEW='/docker/docker-compose.yml' mkdir -p $(dirname $FOLDER_PORTAINER) mkdir -p $(dirname $FOLDER_VSCODE) mv $STACK_OLD $STACK_NEW -cd $(dirname $STACK_NEW) &>/dev/null -docker-compose up -d &>/dev/null +#cd $(dirname $STACK_NEW) &>/dev/null +#docker-compose up -d &>/dev/null # Customize container msg "Customizing container..."