Cleaned compose files from outdated version attribute + corrected update script's check name

This commit is contained in:
2026-01-30 10:33:02 +02:00
parent 90f98742f9
commit 08530aad21
5 changed files with 1 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ cd /home/bigboxuser/docker
for dir in */; do
cd $dir
if [ -f ./docker-compose.yaml ]; then
if [ -f ./docker-compose.yml ]; then
docker compose down
docker compose pull
docker compose up -d