feat: add the possibility to add registry mirrors
This commit is contained in:
parent
6ab3505dc8
commit
2399eebac6
4 changed files with 26 additions and 0 deletions
|
|
@ -7,3 +7,8 @@ docker_compose_base_dir: /etc/docker/compose
|
|||
|
||||
# Global docker volume directory configuration
|
||||
docker_volume_base_dir: /srv/data
|
||||
|
||||
# Docker registry mirror configuration
|
||||
# Set to empty list to disable registry mirror
|
||||
# Example: docker_registry_mirrors: ["https://mirror.example.com"]
|
||||
docker_registry_mirrors: []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue