Skip to content

Commit

Permalink
[optimize] use shared AutoHeal service
Browse files Browse the repository at this point in the history
  • Loading branch information
TechQuery committed Mar 3, 2024
1 parent 500e764 commit 9575be8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,3 @@ services:
driver: json-file
options:
max-size: 10m

autoheal:
image: willfarrell/autoheal:1.2.0
volumes:
- /var/run/docker.sock:/var/run/docker.sock
restart: always
2 changes: 1 addition & 1 deletion start-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
docker load < $1
docker image ls -a

docker-compose down --volumes
docker-compose down -v --remove-orphans
docker-compose up -d

docker image prune -a -f

0 comments on commit 9575be8

Please sign in to comment.