23 lines
993 B
XML
23 lines
993 B
XML
<component name="ProjectRunConfigurationManager">
|
|
<configuration default="false" name="MilkStream/Dockerfile" type="docker-deploy" factoryName="dockerfile" server-name="Docker">
|
|
<deployment type="dockerfile">
|
|
<settings>
|
|
<option name="imageTag" value="milkstream" />
|
|
<option name="containerName" value="milkstream" />
|
|
<option name="contextFolderPath" value="." />
|
|
<option name="portBindings">
|
|
<list>
|
|
<DockerPortBindingImpl>
|
|
<option name="containerPort" value="8080" />
|
|
<option name="hostIp" value="127.0.0.1" />
|
|
<option name="hostPort" value="8080" />
|
|
</DockerPortBindingImpl>
|
|
</list>
|
|
</option>
|
|
<option name="sourceFilePath" value="MilkStream/Dockerfile" />
|
|
</settings>
|
|
</deployment>
|
|
<EXTENSION ID="com.jetbrains.rider.docker.debug" isFastModeEnabled="true" isSslEnabled="false" />
|
|
<method v="2" />
|
|
</configuration>
|
|
</component> |