12 lines
206 B
YAML
12 lines
206 B
YAML
version: '2'
|
|
services:
|
|
autoheal:
|
|
restart: always
|
|
image: willfarrell/autoheal
|
|
environment:
|
|
- AUTOHEAL_CONTAINER_LABEL=all
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
|
|
|