-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Open
Labels
UI/UX🐛 Possible BugReported issues that need to be reproduced by the team.Reported issues that need to be reproduced by the team.🔍 TriageIssues that need assessment and prioritization.Issues that need assessment and prioritization.
Description
Error Message and Logs
On a Uptime Kuma project installed using the "app store" config you provide this warning will show all the time:
This is the compose:
services:
uptime-kuma:
image: 'louislam/uptime-kuma:2'
environment:
- SERVICE_URL_UPTIMEKUMA_3001
volumes:
- '/apps/uptimekuma/general/data:/app/data'
healthcheck:
test:
- CMD-SHELL
- extra/healthcheck
interval: 2s
timeout: 10s
retries: 15
After removing this code the warning dissapears:
environment:
- SERVICE_URL_UPTIMEKUMA_3001
Steps to Reproduce
- Install Uptime Kuma from the "App Store"
- Go to the Uptime Kuma settings
Example Repository URL
No response
Coolify Version
4.0.0-beta.452
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu Server 24.04
Additional Information
No response
coderabbitai
Metadata
Metadata
Assignees
Labels
UI/UX🐛 Possible BugReported issues that need to be reproduced by the team.Reported issues that need to be reproduced by the team.🔍 TriageIssues that need assessment and prioritization.Issues that need assessment and prioritization.