mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2026-03-29 07:46:09 +02:00
4 lines
41 B
Bash
4 lines
41 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
curl 127.0.0.1/healthz -fsS
|