Skip to content

Commit 83ac9f1

Browse files
committed
🦸‍ Home Assistant Supervised in Docker
1 parent 894d9e3 commit 83ac9f1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
FROM debian:bookworm
22

33
ENV container=docker \
4-
DOCKER_STORAGE_DRIVER=vfs \
54
DEBIAN_FRONTEND=noninteractive
65

76
COPY build /tmp/build

compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
services:
22
hass-super:
33
container_name: hass-super
4-
image: hasscc/hass-super
4+
image: ghcr.nju.edu.cn/hasscc/hass-super
55
restart: unless-stopped
66
volumes:
77
- ./hassio:/usr/share/hassio
8-
- ./docker:/var/lib/docker
98
- /run/dbus:/run/dbus:ro
109
environment:
1110
- DEFAULT_TZ=Asia/Shanghai

0 commit comments

Comments
 (0)