rename homeassistant

This commit is contained in:
L4RM4ND
2024-03-10 05:04:41 +01:00
parent d5f1cbc2d4
commit 3d5348659e
2 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
---
version: "2.1"
services:
homeassistant:
image: linuxserver/homeassistant:latest
container_name: homeassistant
network_mode: host
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/homeassistant/config:/config
#ports:
# - 8123:8123 #optional
#devices:
# - /path/to/device:/path/to/device #optional
restart: unless-stopped