Skip to content

Instantly share code, notes, and snippets.

@arsalanses
Created December 14, 2023 08:02
Show Gist options
  • Select an option

  • Save arsalanses/d6d6e4d612be7453672aa17552c0635d to your computer and use it in GitHub Desktop.

Select an option

Save arsalanses/d6d6e4d612be7453672aa17552c0635d to your computer and use it in GitHub Desktop.
internet access check container curl+uptimekuma
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