mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-29 20:18:05 +01:00
Merge pull request #7397 from ninjadq/fix_proxy_rendering_port_bug
Fix bug when rendering port in proxy
This commit is contained in:
commit
bae2813873
@ -261,8 +261,12 @@ services:
|
|||||||
dns_search: .
|
dns_search: .
|
||||||
ports:
|
ports:
|
||||||
- {{http_port}}:80
|
- {{http_port}}:80
|
||||||
|
{% if protocol == 'https' %}
|
||||||
- {{https_port}}:443
|
- {{https_port}}:443
|
||||||
|
{% endif %}
|
||||||
|
{% if with_notary %}
|
||||||
- 4443:4443
|
- 4443:4443
|
||||||
|
{% endif %}
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgresql
|
- postgresql
|
||||||
- registry
|
- registry
|
||||||
|
Loading…
Reference in New Issue
Block a user