Add port 8123

This commit is contained in:
2025-11-23 17:13:46 +01:00
parent 96ea14aef9
commit ffe5369791
+2
View File
@@ -11,6 +11,8 @@ services:
- SUPERVISOR_SHARE=/var/lib/docker/volumes/homeassistant - SUPERVISOR_SHARE=/var/lib/docker/volumes/homeassistant
- SUPERVISOR_NAME=hassio_supervisor - SUPERVISOR_NAME=hassio_supervisor
- HOMEASSISTANT_REPOSITORY=homeassistant/qemux86-64-homeassistant - HOMEASSISTANT_REPOSITORY=homeassistant/qemux86-64-homeassistant
ports:
- "8123:8123"
security_opt: security_opt:
- seccomp=unconfined - seccomp=unconfined
privileged: true privileged: true