Skip to content

Commit

Permalink
chore: update docker composer file with healer image
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaykumargdr committed Mar 28, 2024
1 parent 98571bc commit 83b418b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions runtime/lite/scripts/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,10 @@ services:
ports:
- "8015:8008" # Map container port 8088 to host port 8082
restart: on-failure

healer:
image: ahdinosaur/healer
volumes:
- /var/run/docker.sock:/tmp/docker.sock
restart: unless-stopped

0 comments on commit 83b418b

Please sign in to comment.