1
0
Fork 0
1Panel-Appstore/apps/autoheal/1.2.0/docker-compose.yml

18 lines
335 B
YAML

services:
autoheal:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
- ${ENV1}
image: willfarrell/autoheal:1.2.0
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true