php-docker-settings.xml 769 B

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="PhpDockerContainerSettings">
  4. <list>
  5. <map>
  6. <entry key="04f620dd-3051-4a5d-a44e-2783e27e3491">
  7. <value>
  8. <DockerContainerSettings>
  9. <option name="version" value="1" />
  10. <option name="volumeBindings">
  11. <list>
  12. <DockerVolumeBindingImpl>
  13. <option name="containerPath" value="/opt/project" />
  14. <option name="hostPath" value="$PROJECT_DIR$" />
  15. </DockerVolumeBindingImpl>
  16. </list>
  17. </option>
  18. </DockerContainerSettings>
  19. </value>
  20. </entry>
  21. </map>
  22. </list>
  23. </component>
  24. </project>