Skip to content

Commit

Permalink
fix(podman): change required compose version to 2.26 (#37)
Browse files Browse the repository at this point in the history
Signed-off-by: Radek Ježek <[email protected]>
  • Loading branch information
jezekra1 authored Nov 8, 2024
1 parent 9f2c53f commit 2f9bf7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bee-stack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# shellcheck disable=SC2059
# disable "no variables in printf" due to color codes

REQUIRED_COMPOSE_VERSION=2.29
REQUIRED_COMPOSE_VERSION=2.26
ORANGE='\e[1;33m'
BLUE='\e[1;34m'
NC='\e[0m' # No Color
Expand Down Expand Up @@ -230,4 +230,4 @@ elif [ "$command" = 'stop' ]; then stop_stack
elif [ "$command" = 'clean' ]; then clean_stack
elif [ "$command" = 'check' ]; then check_docker
else print_error "Unknown command $1"
fi
fi

0 comments on commit 2f9bf7e

Please sign in to comment.