14 lines
238 B
YAML
14 lines
238 B
YAML
version: '3'
|
|
services:
|
|
app:
|
|
image: "homeassistant/home-assistant"
|
|
volumes:
|
|
- app_config:/config
|
|
- /etc/localtime:/etc/localtime:ro
|
|
restart: unless-stopped
|
|
ports:
|
|
- '80:80'
|
|
volumes:
|
|
app_config:
|
|
|