Skip to content

Commit 33828b1

Browse files
committed
allow private network aliases
1 parent ba6e635 commit 33828b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ function convertServiceInputs(inputs: DefangServiceInputs): pb.Service {
139139
service.setAliasesList(publicNetwork?.aliases ?? []);
140140
} else if (privateNetwork !== undefined) {
141141
service.setNetworks(pb.Network.PRIVATE);
142+
service.setAliasesList(privateNetwork?.aliases ?? []);
142143
}
143144
service.setDeploy(deploy);
144145
service.setPlatform(

0 commit comments

Comments
 (0)