-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathphp-docker-settings.xml
41 lines (41 loc) · 1.46 KB
/
php-docker-settings.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="PhpDockerContainerSettings">
<list>
<map>
<entry key="64a126c3-3589-4868-835f-25604e2d72c3">
<value>
<DockerContainerSettings>
<option name="runCliOptions" value="" />
<option name="version" value="1" />
<option name="volumeBindings">
<list>
<DockerVolumeBindingImpl>
<option name="containerPath" value="$PROJECT_DIR$/../../html" />
<option name="hostPath" value="$PROJECT_DIR$" />
</DockerVolumeBindingImpl>
</list>
</option>
</DockerContainerSettings>
</value>
</entry>
<entry key="bf329bd8-d50d-48a2-888b-d6d6638ed10d">
<value>
<DockerContainerSettings>
<option name="runCliOptions" value="" />
<option name="version" value="1" />
<option name="volumeBindings">
<list>
<DockerVolumeBindingImpl>
<option name="containerPath" value="$PROJECT_DIR$/../../html" />
<option name="hostPath" value="$PROJECT_DIR$" />
</DockerVolumeBindingImpl>
</list>
</option>
</DockerContainerSettings>
</value>
</entry>
</map>
</list>
</component>
</project>