mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
9 lines
259 B
YAML
9 lines
259 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
server:
|
|
image: homeassistant/home-assistant:2023.6.3@sha256:1dd89ec1ce8de5ea869a489d5699bd91f77058ffaa6f5484b3e81323128abd2c
|
|
network_mode: host
|
|
# UI at default port 8123
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data:/config |