Skip to content

Commit

Permalink
Add default timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Dec 25, 2024
1 parent 44e6439 commit 96721a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
ARG VERSION=latest
FROM homeassistant/home-assistant:${VERSION}

ENV ALWAYS_INSTALL=true
ENV ALWAYS_UPGRADE=false
ENV ALWAYS_INSTALL=true \
ALWAYS_UPGRADE=false \
TZ=Asia/Shanghai

COPY rootfs/ /

Expand Down

0 comments on commit 96721a5

Please sign in to comment.