some first n5100 server set-ups added

This commit is contained in:
2022-10-22 16:32:45 +02:00
parent 74497faa6a
commit d4fe5cf645
4 changed files with 78 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
version: '3'
services:
homeassistant:
container_name: homeassistant
image: "ghcr.io/home-assistant/home-assistant:stable"
volumes:
- /PATH_TO_YOUR_CONFIG:/config
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped
privileged: true
network_mode: host