9 lines
206 B
YAML
9 lines
206 B
YAML
services:
|
|
autoheal:
|
|
image: willfarrell/autoheal:1.2.0
|
|
container_name: autoheal
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
environment:
|
|
- AUTOHEAL_CONTAINER_LABEL=all
|