Skip to content

Commit

Permalink
modified container names
Browse files Browse the repository at this point in the history
  • Loading branch information
fcusson committed Nov 7, 2024
1 parent 10ace77 commit e11a395
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion container/docker-compose.dev.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
homeassistant:
container_name: homeassistant-beta
container_name: homeassistant-dev
image: ghcr.io/home-assistant/home-assistant:dev
privileged: true
network_mode: host
Expand Down
2 changes: 1 addition & 1 deletion container/docker-compose.stable.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
homeassistant:
container_name: homeassistant-beta
container_name: homeassistant-stable
image: ghcr.io/home-assistant/home-assistant:stable
privileged: true
network_mode: host
Expand Down

0 comments on commit e11a395

Please sign in to comment.