Skip to content

[Bug]: Port warning with project well configured #7611

@XurxoMF

Description

@XurxoMF

Error Message and Logs

On a Uptime Kuma project installed using the "app store" config you provide this warning will show all the time:

Image

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

  1. Install Uptime Kuma from the "App Store"
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    UI/UX🐛 Possible BugReported issues that need to be reproduced by the team.🔍 TriageIssues that need assessment and prioritization.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions