diff --git a/update-bitwarden.sh b/update-bitwarden.sh index 76472df..f35967d 100755 --- a/update-bitwarden.sh +++ b/update-bitwarden.sh @@ -32,8 +32,6 @@ RECREATE_OV=${tmprecreate:-$RECREATE_OV} if [[ $RECREATE_OV =~ ^[Yy]$ ]] then { - echo "version: '3'" - echo "" echo "services:" echo " api:" echo " image: bitbetter/api:$BW_VERSION"