docker-compose.override.yml.dist 484 B

1234567891011121314
  1. # Mage Inferno Docker Compose Override Example (https://github.com/mageinferno/magento2-docker-compose)
  2. #
  3. # You can use this file to change any of the defaults supplied in docker-compose.yml
  4. # Copy this file to docker-compose.override.yml. Docker compose will read these changes for you.
  5. #
  6. # Example showing how you can enable composer support in this file:
  7. #
  8. # appdata:
  9. # volumes:
  10. # - ~/.composer:/var/www/.composer
  11. #
  12. # setup:
  13. # environment:
  14. # - M2SETUP_USE_ARCHIVE=false