#not listed 5580 matter-server

1 messages · Page 1 of 1 (latest)

vale hare
#

I have a problem with the docker image matter-server. I have a Synology server with a homeassistant and matter-server image installed via docker, and everything was working fine for almost a year, but after a recent reboot, the matter-server stopped working and is not being read on port 5580. I spent the entire day trying to fix the issue, but to no avail. Please help me understand what information I need to provide.

#
  matter-server:
    container_name: matter-server
    image: ghcr.io/matter-js/python-matter-server:stable
    restart: unless-stopped
    security_opt:
      - apparmor=unconfined
    volumes:
      - /volume1/docker/matter-server/data:/data:rw
      - /run/dbus:/run/dbus:ro
    network_mode: host

docker compose

vale hare
#
root@DS224P:/volume1/docker# netstat -ltnp 2>/dev/null | grep ':5580'
root@DS224P:/volume1/docker#