Use fixed ports for .NET (#2857)
This commit is contained in:
Родитель
6165ce9deb
Коммит
9ed0f9f16a
|
@ -13,7 +13,7 @@ services:
|
|||
{{#if ports}}
|
||||
ports:
|
||||
{{#each ports}}
|
||||
- {{ . }}
|
||||
- {{ . }}:{{ . }}
|
||||
{{/each}}
|
||||
{{/if}}
|
||||
{{#if ports}}
|
||||
|
|
|
@ -13,6 +13,6 @@ services:
|
|||
{{#if ports}}
|
||||
ports:
|
||||
{{#each ports}}
|
||||
- {{ . }}
|
||||
- {{ . }}:{{ . }}
|
||||
{{/each}}
|
||||
{{/if}}
|
||||
|
|
Загрузка…
Ссылка в новой задаче