update simple compose

This commit is contained in:
Michael Feng
2023-04-04 13:26:38 -07:00
parent f389513cff
commit 472daa729c
4 changed files with 64 additions and 13 deletions

View File

@@ -10,7 +10,7 @@ echo " Press [ENTER] for default values:"
echo
echo
read -p "Enter Gateway version you want to use [latest/development] (default = \"latest\") >>> " GATEWAY_TAG
read -p "Enter Gateway version you want to use [latest/latest-arm] (default = \"latest\") >>> " GATEWAY_TAG
if [ "$GATEWAY_TAG" == "" ]
then
GATEWAY_TAG="latest"