Files
sarah/config/docker-compose.yaml
T
2021-05-17 00:35:00 +03:00

15 lines
286 B
YAML

version: "3"
services:
homeassistant:
container_name: home-assistant
image: homeassistant/home-assistant:stable
volumes:
- ./:/config
devices:
- /dev/ttyACM1:/dev/ttyACM1
environment:
- TZ=Europe/Sofia
restart: always
network_mode: host