Update Servers/Containerization/Docker/Compose/HomeAssistant.md

This commit is contained in:
2025-04-20 23:54:38 -06:00
parent 1e44f2ee0d
commit b42391e3b4

View File

@ -1,6 +1,6 @@
**Purpose**: Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts.
```jsx title="docker-compose.yml"
```yaml title="docker-compose.yml"
version: '3'
services:
homeassistant:
@ -32,6 +32,6 @@ networks:
external: true
```
```jsx title=".env"
```yaml title=".env"
Not Applicable
```