Skip to content

Instantly share code, notes, and snippets.

@antonellopasella
Created October 18, 2022 15:44
Show Gist options
  • Save antonellopasella/f425a0fae5c8756cf4dbba66c951408d to your computer and use it in GitHub Desktop.
Save antonellopasella/f425a0fae5c8756cf4dbba66c951408d to your computer and use it in GitHub Desktop.
HomeAssistant osX M1
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
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