doctor-restart/docker-compose.yml
2024-09-12 13:35:01 +03:00

11 lines
219 B
YAML

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