mirror of
https://github.com/goharbor/harbor.git
synced 2025-03-02 10:41:59 +01:00
Fix bug when rendering port in proxy
rendering 443 when https enabled rendering 4443 when notary enabled Signed-off-by: Qian Deng <dengq@vmware.com>
This commit is contained in:
parent
2eed72c445
commit
9ddfd259d3
@ -261,8 +261,12 @@ services:
|
||||
dns_search: .
|
||||
ports:
|
||||
- {{http_port}}:80
|
||||
{% if protocol == 'https' %}
|
||||
- {{https_port}}:443
|
||||
{% endif %}
|
||||
{% if with_notary %}
|
||||
- 4443:4443
|
||||
{% endif %}
|
||||
depends_on:
|
||||
- postgresql
|
||||
- registry
|
||||
|
Loading…
Reference in New Issue
Block a user