registry-container/templates/registry_upstream.template

4 lines
53 B
Plaintext

upstream docker-registry {
server $REGISTRY_URL;
}