Skip to content

Commit

Permalink
Update compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
escomputers authored Aug 21, 2023
1 parent 8b05517 commit bed528c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compose.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
version: '3'
services:
homeassistant:
container_name: homeassistant
container_name: homeassistant-2023-6
image: "ghcr.io/home-assistant/home-assistant:stable"
volumes:
- /opt/config
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped
privileged: true
network_mode: host
ports:
- "8123:8123"
- "5683:5683"
Expand Down

0 comments on commit bed528c

Please sign in to comment.