Remove container names from containers
They're not needed for anything, and caused annoying weird issues when cycling containers
This commit is contained in:
@ -3,7 +3,6 @@ version: "2.3"
|
||||
services:
|
||||
homeassistant:
|
||||
image: homeassistant/home-assistant:stable
|
||||
container_name: home-assistant
|
||||
network_mode: host
|
||||
volumes:
|
||||
- ./config:/config
|
||||
|
Reference in New Issue
Block a user