This website requires JavaScript.
Explore
Help
Register
Sign In
sascha
/
Notes
mirror of
https://github.com/TriliumNext/Notes
Watch
1
Star
0
Fork
You've already forked Notes
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
57609a5952
Notes
/
DockerHealthcheck.sh
7 lines
105 B
Bash
Raw
Blame
History
#!/bin/sh
if
wget --spider -S
"127.0.0.1:8080"
2>
&
1
|
grep -w
"302"
;
then
exit
0
else
exit
1
fi
Reference in New Issue
View Git Blame
Copy Permalink