Initialer Push
This commit is contained in:
13
homeassistant/docker-compose.yml
Normal file
13
homeassistant/docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
version: '3.5'
|
||||
services:
|
||||
homeassistant:
|
||||
container_name: homeassistant
|
||||
restart: always
|
||||
image: ghcr.io/home-assistant/home-assistant:stable
|
||||
network_mode: host
|
||||
privileged: true
|
||||
environment:
|
||||
- TZ=Europe/Berlin
|
||||
volumes:
|
||||
- /opt/docker/homeassistant/config:/config
|
||||
|
||||
Reference in New Issue
Block a user