mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-20 15:48:26 +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: .
|
||||
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