t0mer / uptimekuma-agent

Docker container for uptime kuma passive push monitoring
MIT License
4 stars 1 forks source link

Dockerhub image doesn't match Github name #1

Open snowskeleton opened 3 months ago

snowskeleton commented 3 months ago

Here on github and in your readme instructions, you refer to this project as uptimekuma-agent. However, on docker hub, it's spelled 'uptimkuma-agent' (note the missing E after 'tim'). As currently written, the instructions in your readme don't work because of this typo.

To fix, either: A) create an appropriately named repository on dockerhub B) change the sample code in your readme to properly reference the dockerhub image.

snowskeleton commented 3 months ago

Also, in your sample docker-compose.ymal, you use an underscore (_) instead of a dash (-).