|
@@ -31,7 +31,7 @@ Then, just set `M2SETUP_USE_ARCHIVE` to `false` in your docker-compose.yml file.
|
|
|
|
|
|
### Magento Enterprise
|
|
### Magento Enterprise
|
|
|
|
|
|
-You can install Magento Enterprise via Composer by setting `M2SETUP_USE_COMPOSER_ENTERPRISE` to `true` in docker-compose.yml file.
|
|
|
|
|
|
+You can install Magento Enterprise via Composer by setting `M2SETUP_USE_COMPOSER_ENTERPRISE=true` in your docker-compose.yml file.
|
|
|
|
|
|
## Composer-less, No-Auth Setup
|
|
## Composer-less, No-Auth Setup
|
|
|
|
|
|
@@ -91,4 +91,4 @@ magento cache:flush
|
|
|
|
|
|
You can copy `docker-compose.override.yml.dist` to `docker-compose.override.yml` and adjust environment variables, volume mounts etc in the `docker-compose.override.yml` file to avoid losing local configuration changes when you pull changes to this repository.
|
|
You can copy `docker-compose.override.yml.dist` to `docker-compose.override.yml` and adjust environment variables, volume mounts etc in the `docker-compose.override.yml` file to avoid losing local configuration changes when you pull changes to this repository.
|
|
|
|
|
|
-Docker Compose will automatically read any of the values you define in the file. See [this link](https://docs.docker.com/compose/extends/#/understanding-multiple-compose-files) for more information about the override file.
|
|
|
|
|
|
+Docker Compose will automatically read any of the values you define in the file. See [this link](https://docs.docker.com/compose/extends/#/understanding-multiple-compose-files) for more information about the override file.
|