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