Update 'update'

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2023-01-15 07:16:59 +00:00
parent c791dfc683
commit 6b3406ccb9
1 changed files with 2 additions and 2 deletions

4
update
View File

@ -33,9 +33,9 @@ fi
source .env
if [ "$USE_TUNNELS" != "true" ]; then
docker-compose -f docker-compose.yml pull
docker compose -f docker-compose.yml pull
else
docker-compose -f docker-compose-tunnels.yml pull
docker compose -f docker-compose-tunnels.yml pull
fi
./run