1
0

feat:添加autoheal到列表

This commit is contained in:
okxlin
2023-11-16 16:58:47 +08:00
parent 7d4f04c5e4
commit b7217eb599
10 changed files with 158 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
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