... to allow providing `config.yml` via volume in, say, docker-compose. By now, constructs like ``` volumes: - registry-config:/etc/docker/registry/ ``` have no effect and volume with `config.yml` does not override the shipped file.
... to allow providing
config.ymlvia volume in, say, docker-compose.By now, constructs like
have no effect and volume with
config.ymldoes not override the shipped file.