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.
11 lines
299 B
11 lines
299 B
version: "3.7"
|
|
|
|
services:
|
|
server:
|
|
image: homeassistant/home-assistant:2023.9.3@sha256:067490d7b65cfa8b9e494a9447b0e5a7876be83ead7ec01738681c55d66e7cfe
|
|
network_mode: host
|
|
# UI at default port 8123
|
|
privileged: true
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data:/config
|
|
- /dev:/dev
|
|
|