upgrade docker compose version and variables

This commit is contained in:
Eduardo Silva
2025-12-29 12:02:46 -03:00
parent cbcb832357
commit 7160d93b26
4 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
set -e
if [[ "$COMPOSE_VERSION" != "02r" ]]; then
if [[ "$COMPOSE_VERSION" != "03r" ]]; then
echo "ERROR: Please upgrade your docker compose file. Exiting."
exit 1
fi