14 lines
419 B
YAML
14 lines
419 B
YAML
#SPDX-License-Identifier: MIT-0
|
|
---
|
|
# defaults file for base
|
|
|
|
# Global docker compose directory configuration
|
|
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: []
|