Fix home-assistant

This commit is contained in:
florian 2023-01-05 20:13:40 +01:00
parent 95e8da7960
commit 1a134aa687
3 changed files with 7 additions and 9 deletions

View file

@ -10,13 +10,9 @@ services:
volumes:
- home_assistant_config:/config
- /etc/localtime:/etc/localtime:ro
ports:
- 8123:8123
network_mode: host
cap_add:
- NET_ADMIN
- NET_BIND_SERVICE
- SYS_ADMIN
expose:
- 8123
labels:
- "traefik.enable=true"
- "traefik.http.routers.homeassistant-secure.entrypoints=https"