docker-compose.override.yml.dist 575 B

12345678910111213141516
  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. # - ./html/app/code:/var/www/html/app/code
  12. # - ./html/app/design:/var/www/html/app/design
  13. #
  14. #setup:
  15. # environment:
  16. # - M2SETUP_USE_ARCHIVE=false