#Matter server version in docker container

1 messages · Page 1 of 1 (latest)

obtuse forum
#

Hi Guys,

I've installed matter server in a docker container.
When I try to create integration in HA, I get server version error.
HA is version 2024.10.4, matter server is in version 9 and seems to be version 10 to work with HA last version.

Matter server is working well :

rustic basalt
#

Did you pull the latest version in your container?

obtuse forum
# rustic basalt Did you pull the latest version in your container?

I think yes, this is my YAML configuration :
services: matter-server: image: ghcr.io/home-assistant-libs/python-matter-server:stable container_name: matter-server restart: unless-stopped network_mode: host security_opt: - apparmor:unconfined volumes: - /volume1/docker/matter-server/data:/data/ - /run/dbus:/run/dbus:ro

#

When I use "BETA" tag, server version is 10.
It's working, but I think it was better to stay in branch "STABLE" ?

onyx crater
#

you need to use the tag "latest"

obtuse forum
obtuse forum
#

Tag "6.6.0" or "6.6" is serve version 9 too.

quasi crag
#

If I use your compose from [here](#1301542769109766234 message) I get what you see in the picture.
You said you pulled the latest but I have trouble believing that. Please run this in the directory of the compose file and check again

docker compose pull
docker compose up
onyx crater
obtuse forum
quasi crag
#

It should not be necessary to do anything other than to run the commands I shared.
I never manually remove my old images, I just run docker system prune -af --filter "until=$((7*24))h as a cronjob.

obtuse forum