Skip to content

Commit

Permalink
Fix image name in compose.yml (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt authored Jul 24, 2023
1 parent 533a285 commit 6c88a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"
services:
# python-matter-server
matter-server:
image: matter-server:stable
image: ghcr.io/home-assistant-libs/python-matter-server:stable
container_name: matter-server
restart: unless-stopped
# Required for mDNS to work correctly
Expand Down

0 comments on commit 6c88a8a

Please sign in to comment.