1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-20 01:51:05 +08:00
1Panel-Appstore/autoheal/1.2.0/docker-compose.yml
2023-11-16 16:58:47 +08:00

19 lines
348 B
YAML

version: '3'
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