]> git.pld-linux.org Git - packages/docker-registry.git/blame - docker-registry.sysconfig
cleanup unused leftovers from docker-registry-v1
[packages/docker-registry.git] / docker-registry.sysconfig
CommitLineData
2383e830
ER
1# The Docker registry configuration file
2DOCKER_REGISTRY_CONFIG=/etc/docker-registry.yml
3
4# The configuration to use from DOCKER_REGISTRY_CONFIG file
5SETTINGS_FLAVOR=local
6
7# Address to bind the registry to
8REGISTRY_ADDRESS=0.0.0.0
9
10# Port to bind the registry to
11REGISTRY_PORT=5000
12
13# Number of workers to handle the connections
14GUNICORN_WORKERS=4
This page took 0.078756 seconds and 4 git commands to generate.