Merge pull request #7397 from ninjadq/fix_proxy_rendering_port_bug

Fix bug when rendering port in proxy
This commit is contained in:
Qian Deng 2019-04-16 14:26:36 +08:00 committed by GitHub
commit bae2813873
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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