Created
December 14, 2023 08:02
-
-
Save arsalanses/d6d6e4d612be7453672aa17552c0635d to your computer and use it in GitHub Desktop.
internet access check container curl+uptimekuma
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| services: | |
| curlkuma: | |
| image: curlimages/curl:latest | |
| command: sh -c "watch -n30 'curl -s https://example.com'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment