doctor-restart/docker-compose.yml

11 lines
219 B
YAML
Raw Normal View History

2024-09-12 10:35:01 +00:00
services:
watchdog:
build: .
restart: no
logging:
driver: json-file
options:
max-file: '5'
max-size: 10m
volumes:
- /var/run/docker.sock:/var/run/docker.sock