mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 19:57:58 +00:00
Improve health check image. (#919)
This commit is contained in:
@@ -31,5 +31,5 @@ func main() {
|
||||
} else {
|
||||
state = []byte("unhealthy")
|
||||
}
|
||||
os.WriteFile("health.txt", state, 0644)
|
||||
os.WriteFile("/health.txt", state, 0644)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user