Created
October 18, 2022 15:44
-
-
Save antonellopasella/f425a0fae5c8756cf4dbba66c951408d to your computer and use it in GitHub Desktop.
HomeAssistant osX M1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3.9' | |
services: | |
home-assistant: | |
container_name: home-assistant | |
image: ghcr.io/home-assistant/home-assistant:stable | |
volumes: | |
- ./homeassistant/config:/config | |
environment: | |
- TZ=Europe/Rome | |
network_mode: host | |
restart: always |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Attaching to home-assistant | |
home-assistant | s6-rc: info: service s6rc-oneshot-runner: starting | |
home-assistant | s6-rc: info: service s6rc-oneshot-runner successfully started | |
home-assistant | s6-rc: info: service fix-attrs: starting | |
home-assistant | s6-rc: info: service fix-attrs successfully started | |
home-assistant | s6-rc: info: service legacy-cont-init: starting | |
home-assistant | s6-rc: info: service legacy-cont-init successfully started | |
home-assistant | s6-rc: info: service legacy-services: starting | |
home-assistant | services-up: info: copying legacy longrun home-assistant (no readiness notification) | |
home-assistant | s6-rc: info: service legacy-services successfully started |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment