kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
8e96456321
commit
c364792b4e
|
@ -16,7 +16,7 @@ title: homeassistant
|
||||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-homeassistant/job/main/)
|
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-homeassistant/job/main/)
|
||||||
[](https://ci-tests.linuxserver.io/linuxserver/homeassistant/latest/index.html)
|
[](https://ci-tests.linuxserver.io/linuxserver/homeassistant/latest/index.html)
|
||||||
|
|
||||||
[Home Assistant Core](https://www.home-assistant.io/) - Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server.
|
[Home Assistant Core](https://www.home-assistant.io/) - Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server
|
||||||
|
|
||||||
[](https://www.home-assistant.io/)
|
[](https://www.home-assistant.io/)
|
||||||
|
|
||||||
|
@ -97,7 +97,7 @@ services:
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Etc/UTC
|
- TZ=Etc/UTC
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/data:/config
|
- /path/to/homeassistant/data:/config
|
||||||
ports:
|
ports:
|
||||||
- 8123:8123 #optional
|
- 8123:8123 #optional
|
||||||
devices:
|
devices:
|
||||||
|
@ -115,7 +115,7 @@ docker run -d \
|
||||||
-e PGID=1000 \
|
-e PGID=1000 \
|
||||||
-e TZ=Etc/UTC \
|
-e TZ=Etc/UTC \
|
||||||
-p 8123:8123 `#optional` \
|
-p 8123:8123 `#optional` \
|
||||||
-v /path/to/data:/config \
|
-v /path/to/homeassistant/data:/config \
|
||||||
--device /path/to/device:/path/to/device `#optional` \
|
--device /path/to/device:/path/to/device `#optional` \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
lscr.io/linuxserver/homeassistant:latest
|
lscr.io/linuxserver/homeassistant:latest
|
||||||
|
|
Ładowanie…
Reference in New Issue