Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvement Uptime kuma #1665

Open
Emilien-Lambert opened this issue Oct 19, 2024 · 0 comments
Open

Improvement Uptime kuma #1665

Emilien-Lambert opened this issue Oct 19, 2024 · 0 comments

Comments

@Emilien-Lambert
Copy link

Emilien-Lambert commented Oct 19, 2024

Hi, I'd like to propose 2 improvements for the docker-compose.yml.

Add socket to monitor docker status

    volumes:
      - ${APP_DATA_DIR}/data/uptime-kuma:/app/data
      - /var/run/docker.sock:/var/run/docker.sock # HERE 

I can now configure the docker host as follows

image

The second suggestion is to add 2 different DNS in the configuration. I've had problems with uptime kuma telling me that my services were down when this wasn't true. And the solution is that there should be a limit on the number of DNS requests. Like this issue

    dns:
      - 1.1.1.1 # Cloudflare
      - 8.8.8.8 # Google
      # Or something else  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant