From 8df0be52bf9cf45dd5b4260468798b031df9bdf5 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 28 Apr 2023 14:29:32 +0200 Subject: [PATCH] test --- scripts/upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade.sh b/scripts/upgrade.sh index 942593bea..199989a61 100644 --- a/scripts/upgrade.sh +++ b/scripts/upgrade.sh @@ -1,5 +1,5 @@ #!/bin/bash ## Do not modify this file. You will lost the ability to autoupdate! -VERSION="0.1.0" +VERSION="0.1.1" docker run --pull always -v /data/coolify/source:/data/coolify/source -v /var/run/docker.sock:/var/run/docker.sock --rm ghcr.io/coollabsio/coolify-builder bash -c "APP_TAG=${1:-} docker compose --env-file /data/coolify/source/.env -f /data/coolify/source/docker-compose.yml -f /data/coolify/source/docker-compose.prod.yml up -d --pull always --remove-orphans --force-recreate"