From f27d6850ae9ff69f0df7dd9dd56bebc92feb546b Mon Sep 17 00:00:00 2001 From: Daniel Kraus Date: Tue, 3 Feb 2026 10:40:17 +0100 Subject: [PATCH] Explicitly declare docker-compose.yml. --- pull-and-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pull-and-update.sh b/pull-and-update.sh index 2b329b6..c98f0ed 100755 --- a/pull-and-update.sh +++ b/pull-and-update.sh @@ -5,5 +5,5 @@ set -e MYDIR=`dirname -- "$( readlink -f -- "$0"; )";` pushd "$MYDIR" git pull -docker compose up build +docker compose up -f docker-compose.yml build popd