精简提交历史记录
This commit is contained in:
13
apps/home-assistant/latest/docker-compose.yml
Normal file
13
apps/home-assistant/latest/docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
version: '3'
|
||||
services:
|
||||
homeassistant:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
network_mode: "host"
|
||||
volumes:
|
||||
- "${DATA_PATH}:/config"
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
image: homeassistant/home-assistant:latest
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
Reference in New Issue
Block a user