You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
259 B
9 lines
259 B
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
|