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

19 lines
349 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:latest
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true