9 lines
237 B
YAML
9 lines
237 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
|