HomarrH
Homarr17mo ago
Ctaeth

Ping timeout

Hi there.
Getting a bunch of "Ping timeout" across all apps for some reason. Refreshing eventually gets one here and one there becoming "Online" until eventually they're almost all online. CPU usage is low and RAM is under 40% as well as bandwidth.
Also getting no more icon search when adding a new app.
I have just updated homarr though. Has there been (in the last 6 months or so) any breaking changes maybe?

Operating system - Ubuntu
Homarr Version 0.15.3
Logs: https://pastebin.com/spM0HVAc

Compose (using portainer stacks):
version: '3'
#---------------------------------------------------------------------#
#     Homarr - A simple, yet powerful dashboard for your server.     #
#---------------------------------------------------------------------#
services:
  homarr:
    container_name: homarr
    image: ghcr.io/ajnart/homarr:latest
    restart: unless-stopped
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
      - ./homarr/configs:/app/data/configs
      - ./homarr/icons:/app/public/icons
      - ./homarr/data:/data
    ports:
      - '7575:7575'
networks:
  default:
    name: nginx_default
    external: true

Network nginx_default being the network where all containers are. homarr is both in that network and bridge network, but also tried it only on nginx_default
Was this page helpful?