Skip to content

Commit 6c88a8a

Browse files
authored
Fix image name in compose.yml (#367)
1 parent 533a285 commit 6c88a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.8"
22
services:
33
# python-matter-server
44
matter-server:
5-
image: matter-server:stable
5+
image: ghcr.io/home-assistant-libs/python-matter-server:stable
66
container_name: matter-server
77
restart: unless-stopped
88
# Required for mDNS to work correctly

0 commit comments

Comments
 (0)