12 lines
241 B
YAML
12 lines
241 B
YAML
---
|
|
- name: Create Dashdot Docker Container
|
|
docker_container:
|
|
name: dashdot
|
|
image: mauricenino/dashdot
|
|
restart_policy: unless-stopped
|
|
recreate: true
|
|
networks:
|
|
- name: homelab
|
|
volumes:
|
|
- "/:/mnt/host:ro"
|