Update 'test/setup.sh'

This commit is contained in:
sthope 2021-08-28 18:30:15 +02:00
parent d17c394c68
commit 4f07cc87f3

View File

@ -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..."