fix(homeassistant): remove ports bindings since network mode host is used

This commit is contained in:
Nicolas Meienberger 2022-08-22 08:28:19 +02:00
parent 8070e16f0e
commit b568841805

View File

@ -8,6 +8,4 @@ services:
- ${APP_DATA_DIR}/config:/config
restart: unless-stopped
privileged: true
ports:
- ${APP_PORT}:8123
network_mode: host