harbor.yml 파일 수정hostname: harbor.test.com# http related confighttp: # port for http, default is 80. If https enabled, this port will redirect to https port port: 81# https related confighttps: # https port for harbor, default is 443 port: 443 # The path of cert and key files for nginx certificate: /root/harbor/harbor.crt private_key: /root/harbor/harbor.key#http 통신 url 적어주기 이게 없으면 화면에서 로그..