Skip to content

Commit 3998ba4

Browse files
committed
Fix service name
1 parent be2f5f4 commit 3998ba4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CreatorKit/CreatorKit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</ItemGroup>
1313

1414
<ItemGroup>
15-
<ContainerLabel Include="service" Value="creatorkit.servicestack.net" />
15+
<ContainerLabel Include="service" Value="creatorkit-servicestack-net" />
1616
</ItemGroup>
1717

1818
<ItemGroup>

config/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Name of your application. Used to uniquely configure containers.
2-
service: creatorkit.servicestack.net
2+
service: creatorkit-servicestack-net
33

44
# Name of the container image.
55
image: servicestack/creatorkit

0 commit comments

Comments
 (0)