mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
refactor(directory): ♻ update startup url
This commit is contained in:
parent
5821f269c9
commit
a1f9287325
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<DockerTargetOS>Linux</DockerTargetOS>
|
||||
<ProjectGuid>8f04c802-830b-4b6d-8d53-5d2a87b4223d</ProjectGuid>
|
||||
<DockerLaunchAction>LaunchBrowser</DockerLaunchAction>
|
||||
<DockerServiceUrl>{Scheme}://localhost:{ServicePort}/lists</DockerServiceUrl>
|
||||
<DockerServiceUrl>{Scheme}://localhost:{ServicePort}/v1/lists</DockerServiceUrl>
|
||||
<DockerServiceName>filterlists</DockerServiceName>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
"Docker": {
|
||||
"commandName": "Docker",
|
||||
"launchBrowser": true,
|
||||
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/lists",
|
||||
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/v1/lists",
|
||||
"publishAllPorts": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue