#!/bin/bash set -o errexit DOMAIN=${1:-magento.test} VERSION=${2:-2.4.3} EDITION=${3:-community} curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/template | bash bin/download "${VERSION}" "${EDITION}" bin/setup ${DOMAIN}