docker-sync.yml 262 B

123456789101112
  1. # Mark Shust's Magento Docker Compose (https://github.com/markoshust/magento-docker)
  2. # Version 11.1.2
  3. version: "2"
  4. syncs:
  5. magento222_appdata:
  6. notify_terminal: true
  7. src: ./src
  8. sync_strategy: native_osx
  9. sync_userid: 1000
  10. sync_groupid: 1000