Shopware 6: How to set boolean config values with Docker exec in Git Bash
I'm running a Bash script on Windows Git Bash that uses docker exec to set config values in my Shopware container: docker exec -d $SHOPWARE_CONTAINER_ID php bin/console system:config:set $PLUGIN_NAME.config.active true But I get an error that the config value must…