update COMPOSE_VERSION to c1b

This commit is contained in:
Eduardo Silva
2026-01-14 15:58:00 -03:00
parent a42c7be908
commit 6092c89695
7 changed files with 11 additions and 6 deletions

View File

@@ -1,6 +1,11 @@
#!/bin/bash
set -e
if [[ "$COMPOSE_VERSION" != "c1b" ]]; then
echo "ERROR: Please upgrade your docker compose file. Exiting."
exit 1
fi
# Set Timezone
if [ -n "$TZ" ]; then
ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone