Skip to content

Commit 24c69a4

Browse files
author
Patrick M
committed
feat: add image
1 parent dbda94f commit 24c69a4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

_posts/2025-07-18-restart-unhealthy-container.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ category: "General"
66
tags: [ "systemd", "high availablity", "setup" ]
77
---
88

9+
![Header image of a whale with metal shipping containers on its back](/assets/img/restart-unhealthy-container/header.png)
10+
911
When using docker compose, I recently got into adding health checks for my containers. This helps a lot with startup, especially with dependednt containers, but I was under the impression if I had something like `restart: always` or `restart: unless-stopped`, it would automatically try and restart my container. That's just not the case so I looked for something that might.
1012

1113
## The Watchtower Approach
Loading

0 commit comments

Comments
 (0)