9 lines
298 B
YAML
9 lines
298 B
YAML
cloud_commander_volume:
|
|
- "{{cloud_commander_config_path}}:/root"
|
|
- "/mnt/diskstation:{{cloud_commander_root}}:shared"
|
|
cloud_commander_port: "8000:8000"
|
|
cloud_commander_config_path: "/etc/cloudcommander"
|
|
cloud_commander_option: "--no-config-dialog --no-terminal "
|
|
cloud_commander_root: "/mnt"
|
|
|