# Configuration file of Harbor
# The IP address or hostname to access admin UI and registry service.
# DO NOT use localhost or 127.0.0.1, because Harbor needs to be accessed by external clients.
hostname: xxx.xxx.xxx.xxx
# http related config
http:
# port for http, default is 80. If https enabled, this port will redirect to https port
port: 8100
# https related config
# https:
# # https port for harbor, default is 443
# port: 4430
# # The path of cert and key files for nginx
# certificate: /absolute/path/to/server.crt
# private_key: /absolute/path/to/server.key
# # enable strong ssl ciphers (default: false)
# # strong_ssl_ciphers: false
# 略
# The default data volume
data_volume: /absolute/path/to/harbor/data